pytorch
7243264c - fix: Allowed optimizers with more than 2 betas (#84486)

Commit
3 years ago
fix: Allowed optimizers with more than 2 betas (#84486) Hello there :wave: As discussed in #84485, this PR enables more flexibility on the optimizers that are wrapped by LR schedulers in PyTorch. Currently, it is incompatible with optimizers that have a number of betas different than 2. This PR fixes that with minimal modifications. Fixes #84485 Any feedback is welcome! Pull Request resolved: https://github.com/pytorch/pytorch/pull/84486 Approved by: https://github.com/Lezcano, https://github.com/soulitzer
Author
Committer
Parents
Loading