February 2018
Intermediate to advanced
262 pages
6h 59m
English
Finding the right learning rate for training the model is an ongoing area of research where a lot of progress has been made. PyTorch provides some of the techniques to tune the learning rate, and they are provided in the torch.optim.lr_sheduler package. We will explore some of the techniques that PyTorch provides to choose the learning rates dynamically:
For a learning rate of 0.01, step size of 10, and gamma size of 0.1, for every 10 epochs the learning rate changes ...