solin319 commented on issue #8005: add warmup lr_scheduler
URL: https://github.com/apache/incubator-mxnet/pull/8005#issuecomment-332441636
 
 
   I have combined warmup and multi step scheduler in a single class.
   It can be used as  
   ?lr_scheduler = 
mx.lr_scheduler.GradualWarmupWithMultiFactorScheduler(warmup_step=10, 
begin_lr=0.002, stop_lr=0.1, multifactor_step=[15,18,20], factor=0.1)?
 
----------------------------------------------------------------
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