pytorch-polynomial-lr-decay
pytorch-polynomial-lr-decay copied to clipboard
Polynomial Learning Rate Decay Scheduler for PyTorch
I looked it up on the internet but couldn't find any help.  **Any idea how to fix this?**
Update a new parameter to linearly warm up the learning rate. More, maybe remove redundant code?
Hello, first of all thank you very much for your implementation. I noticed a small "incompatibility" when using the scheduler. Since some update, Pytorch recommends using `.get_last_lr()` over `.get_lr()`. In...