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
Chains list of learning rate schedulers. It takes a list of chainable learning rate schedulers and performs consecutive step() functions **belong** to them by just one call.
Suggest a potential alternative/fix
Chains list of learning rate schedulers. It takes a list of chainable learning rate schedulers and performs consecutive step() functions belonging to them by just one call.