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


With regards,
Apache Git Services

Reply via email to