astonzhang commented on a change in pull request #7659: Gluon trainer updates: 
add learning_rate and lr_scheduler properties and add setter for learning rate
URL: https://github.com/apache/incubator-mxnet/pull/7659#discussion_r135949182
 
 

 ##########
 File path: python/mxnet/optimizer.py
 ##########
 @@ -191,6 +204,24 @@ def update(self, index, weight, grad, state):
         """
         raise NotImplementedError()
 
+    def set_learning_rate(self, lr):
 
 Review comment:
   resolved
 
----------------------------------------------------------------
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