learning-rate

how MultiStepLR works in PyTorch

how MultiStepLR works in PyTorch Question: I’m new to PyTorch and am working on a toy example to understand how weight decay works in learning rate passed into the optimizer. When I use MultiStepLR , I was expecting to decrease the learning rate in given epoch numbers, however, it does not work as I intended. …

Total answers: 1