You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by jx...@apache.org on 2017/08/01 23:09:59 UTC

[incubator-mxnet] branch master updated: Fix typoes (#7297)

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

jxie 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 1e2dfa8  Fix typoes (#7297)
1e2dfa8 is described below

commit 1e2dfa80ca2eb2ca485f4e8559dc1ed60ddeb619
Author: Aston <22...@users.noreply.github.com>
AuthorDate: Tue Aug 1 16:09:57 2017 -0700

    Fix typoes (#7297)
    
    * Fix a typo
    
    * update
---
 python/mxnet/gluon/parameter.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/python/mxnet/gluon/parameter.py b/python/mxnet/gluon/parameter.py
index 1c311ef..ee73774 100644
--- a/python/mxnet/gluon/parameter.py
+++ b/python/mxnet/gluon/parameter.py
@@ -24,7 +24,7 @@ class DeferredInitializationError(MXNetError):
 class Parameter(object):
     """A Container holding parameters (weights) of `Block`s.
 
-    `Parameter` holds a copy of the the parameter on each `Context` after
+    `Parameter` holds a copy of the parameter on each `Context` after
     it is initialized with `Parameter.initialize(...)`. If `grad_req` is
     not `null`, it will also hold a gradient array on each `Context`::
 
@@ -353,7 +353,7 @@ class ParameterDict(object):
     Parameters
     ----------
     prefix : str, default ''
-        The prefix to be prepended to all Parameters' name created by this dict.
+        The prefix to be prepended to all Parameters' names created by this dict.
     shared : ParameterDict or None
         If not `None`, when this dict's `get` method creates a new parameter, will
         first try to retrieve it from `shared` dict. Usually used for sharing

-- 
To stop receiving notification emails like this one, please contact
['"commits@mxnet.apache.org" <co...@mxnet.apache.org>'].