pytorch-polynomial-lr-decay icon indicating copy to clipboard operation
pytorch-polynomial-lr-decay copied to clipboard

Polynomial Learning Rate Decay Scheduler for PyTorch

Results 3 pytorch-polynomial-lr-decay issues
Sort by recently updated
recently updated
newest added

I looked it up on the internet but couldn't find any help. ![image](https://user-images.githubusercontent.com/38847614/119103085-b6fdb980-ba55-11eb-897b-6ffb8bd300b2.png) **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...