You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by ma...@apache.org on 2018/01/30 17:11:50 UTC

[incubator-mxnet] branch master updated: Fix typo in python/mxnet/module/base_module.py doc (#9627)

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

marcoabreu 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 8205e24  Fix typo in python/mxnet/module/base_module.py doc (#9627)
8205e24 is described below

commit 8205e24d99b95cc2971006f3453a7e7addac7ffe
Author: dongzhuoyao <do...@users.noreply.github.com>
AuthorDate: Wed Jan 31 01:11:42 2018 +0800

    Fix typo in python/mxnet/module/base_module.py doc (#9627)
---
 python/mxnet/module/base_module.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/python/mxnet/module/base_module.py b/python/mxnet/module/base_module.py
index bae166e..df3fcc5 100644
--- a/python/mxnet/module/base_module.py
+++ b/python/mxnet/module/base_module.py
@@ -128,7 +128,7 @@ class BaseModule(object):
         - `get_params()`: return a tuple `(arg_params, aux_params)`. Each of those
           is a dictionary of name to ``NDArray`` mapping. Those `NDArray` always lives on
           CPU. The actual parameters used for computing might live on other devices (GPUs),
-          this function will retrieve (a copy of) the latest parameters. Therefore, modifying
+          this function will retrieve (a copy of) the latest parameters.
         - ``set_params(arg_params, aux_params)``: assign parameters to the devices
           doing the computation.
         - ``init_params(...)``: a more flexible interface to assign or initialize the parameters.

-- 
To stop receiving notification emails like this one, please contact
marcoabreu@apache.org.