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/03/03 00:12:44 UTC

[incubator-mxnet] branch master updated: Fix typo (#9968)

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 <th...@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
marcoabreu@apache.org.