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

[incubator-mxnet] branch master updated: Remove unnecessary "also" in README.md (#14543)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 84c2ae1  Remove unnecessary "also" in README.md (#14543)
84c2ae1 is described below

commit 84c2ae1c45b1b23aab342ef924a357d66b0546a6
Author: Yuan (Terry) Tang <te...@gmail.com>
AuthorDate: Thu Mar 28 19:27:34 2019 -0400

    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 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.