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 <[email protected]>
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
[email protected].

Reply via email to