piiswrong commented on a change in pull request #7654: Making mixed precision 
work with all optimizers
URL: https://github.com/apache/incubator-mxnet/pull/7654#discussion_r140910952
 
 

 ##########
 File path: python/mxnet/optimizer.py
 ##########
 @@ -191,6 +230,33 @@ def update(self, index, weight, grad, state):
         """
         raise NotImplementedError()
 
+    def update_mp(self, index, weight, grad, state):
 
 Review comment:
   update_multi_precision
 
----------------------------------------------------------------
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:
[email protected]


With regards,
Apache Git Services

Reply via email to