MultiStepLR¶
- class MultiStepLR(optimizer, milestones, gamma=0.1, current_epoch=- 1)[source]¶
- Decays the learning rate of each parameter group by gamma once the
number of epoch reaches one of the milestones.
- Parameters
- Returns
An instance of the MultiStepLR Scheduler.