pytorch-optimizer v3.3.1
Change Log
Feature
- Support
Cautious
variant toAdaShift
optimizer. (#310) - Save the state of the
Lookahead
optimizer too. (#310) - Implement
APOLLO
optimizer. (#311, #312) - Rename the
Apollo
(An Adaptive Parameter-wise Diagonal Quasi-Newton Method for Nonconvex Stochastic Optimization
) optimizer name toApolloDQN
not to overlap with the new optimizer nameAPOLLO
. (#312) - Implement
MARS
optimizer. (#313, #314) - Support
Cautious
variant toMARS
optimizer. (#314)
Bug
- Fix
bias_correction
inAdamG
optimizer. (#305, #308) - Fix a potential bug when loading the state for
Lookahead
optimizer. (#306, #310)
Docs
Contributions
thanks to @Vectorrent