You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by GitBox <gi...@apache.org> on 2018/03/03 00:12:42 UTC

[GitHub] marcoabreu closed pull request #9968: Fix typo 'maked' => made

marcoabreu closed pull request #9968: Fix typo 'maked' => made
URL: https://github.com/apache/incubator-mxnet/pull/9968
 
 
   

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/gluon/trainer.py b/python/mxnet/gluon/trainer.py
index c8822bb02c1..88b2e880d38 100644
--- a/python/mxnet/gluon/trainer.py
+++ b/python/mxnet/gluon/trainer.py
@@ -180,7 +180,7 @@ def step(self, batch_size, ignore_stale_grad=False):
                         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" \


 

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services