From 1cd1c6617110436d285af8b236fea78aa6c2e9d0 Mon Sep 17 00:00:00 2001 From: "Yuan (Terry) Tang" Date: Thu, 28 Mar 2019 19:27:34 -0400 Subject: [PATCH] Remove unnecessary "also" in README.md (#14543) * Remove unnecessary "also" in README.md * retrigger CI --- 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.