You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by te...@apache.org on 2019/03/27 14:16:58 UTC

[incubator-mxnet] 01/01: Remove unnecessary "also" in README.md

This is an automated email from the ASF dual-hosted git repository.

terrytangyuan pushed a commit to branch terrytangyuan-patch-1
in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git

commit 70c7448630ed2ee66551418a0e2e3e9d20b1efdd
Author: Yuan (Terry) Tang <te...@gmail.com>
AuthorDate: Wed Mar 27 10:16:32 2019 -0400

    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 0870f5c..cab2c6d 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.