.. _ChainedScheduler: ChainedScheduler ================ class ``modelzoo.common.pytorch.optim.lr_scheduler.ChainedScheduler`` (*args, **kwargs) 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.