marcoabreu closed pull request #9627: typo
URL: https://github.com/apache/incubator-mxnet/pull/9627
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/python/mxnet/module/base_module.py 
b/python/mxnet/module/base_module.py
index bae166e3ff..df3fcc5619 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.


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to