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 62b9d48  Fix typo (#9968)
62b9d48 is described below

commit 62b9d48c87736ef1c398a2658953aee017ab9fc2
Author: ThomasDelteil <thomas.delte...@gmail.com>
AuthorDate: Fri Mar 2 16:12:40 2018 -0800

    Fix typo (#9968)
    
    Typo maked -> made
---
 python/mxnet/gluon/trainer.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/python/mxnet/gluon/trainer.py b/python/mxnet/gluon/trainer.py
index c8822bb..88b2e88 100644
--- a/python/mxnet/gluon/trainer.py
+++ b/python/mxnet/gluon/trainer.py
@@ -180,7 +180,7 @@ class Trainer(object):
                         raise UserWarning(
                             "Gradient of Parameter `%s` on context %s has not 
been updated "
                             "by backward since last `step`. This could mean a 
bug in your "
-                            "model that maked it only use a subset of the 
Parameters (Blocks) "
+                            "model that made it only use a subset of the 
Parameters (Blocks) "
                             "for this iteration. If you are intentionally only 
using a subset, "
                             "call step with ignore_stale_grad=True to suppress 
this "
                             "warning and skip updating of Parameters with 
stale gradient" \

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

Reply via email to