rahul003 commented on a change in pull request #11234: [MXNET-535] Add Warmup 
Learning Rate Scheduler and fix bugs in LR Schedulers
URL: https://github.com/apache/incubator-mxnet/pull/11234#discussion_r196620650
 
 

 ##########
 File path: python/mxnet/lr_scheduler.py
 ##########
 @@ -153,18 +153,57 @@ class PolyScheduler(LRScheduler):
 
     """
 
-    def __init__(self, max_update, base_lr=0.01, pwr=2):
 
 Review comment:
   Now base_lr is going in to super through kwargs. Would that still break the 
API?

----------------------------------------------------------------
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