You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The learning rate only takes two values base_lr or eta_min if the T_max parameter passed in the constructor is an integer. This is probably because self.last_epoch / self.T_max evaluates to an integer in Python 2.