From 70c7448630ed2ee66551418a0e2e3e9d20b1efdd Mon Sep 17 00:00:00 2001 From: "Yuan (Terry) Tang" Date: Wed, 27 Mar 2019 10:16:32 -0400 Subject: [PATCH 1/2] Remove unnecessary "also" in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0870f5c08219..cab2c6deebc7 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ At its core, MXNet contains a dynamic dependency scheduler that automatically pa A graph optimization layer on top of that makes symbolic execution fast and memory efficient. MXNet is portable and lightweight, scaling effectively to multiple GPUs and multiple machines. -MXNet is also more than a deep learning project. It is also a collection of +MXNet is more than a deep learning project. It is a collection of [blue prints and guidelines](https://mxnet.incubator.apache.org/architecture/index.html#deep-learning-system-design-concepts) for building deep learning systems, and interesting insights of DL systems for hackers. From 3a02f751cd18178b0db756921a13b28e3fd01682 Mon Sep 17 00:00:00 2001 From: JackieWu Date: Thu, 28 Mar 2019 09:21:30 +0800 Subject: [PATCH 2/2] retrigger CI