drivanov commented on a change in pull request #16398: Aggregated adamw update
URL: https://github.com/apache/incubator-mxnet/pull/16398#discussion_r334155837
 
 

 ##########
 File path: python/mxnet/ndarray/contrib.py
 ##########
 @@ -548,15 +548,15 @@ def isnan(data):
     """
     return data != data  # pylint: disable=comparison-with-itself
 
-def getRescaleGrad(rescale_grad, ctx=mx.cpu()):
+def _getRescaleGrad(rescale_grad, ctx=mx.cpu()):
 
 Review comment:
   DONE

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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