Step-based learning rate scheduler. Reduces the optimizer's learning rate by multiplying with gamma every stepSize epochs. Matches the behavior of PyTorch's StepLR for the single-LR (non–param-group) setting.
Value parameters
gamma
the multiplicative decay factor applied every step
optim
the optimizer whose learning rate will be scheduled