Skip to content

Commit

Permalink
docs: v3.3.1 changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
kozistr committed Dec 15, 2024
1 parent 8138ac2 commit a1c2f87
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/changelogs/v3.3.1.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@

* Support `Cautious` variant to `AdaShift` optimizer. (#310)
* Save the state of the `Lookahead` optimizer too. (#310)
* Implement `APOLLO` optimizer. (#311, #312)
* [SGD-like Memory, AdamW-level Performance](https://arxiv.org/abs/2412.05270)
* Rename the `Apollo` (`An Adaptive Parameter-wise Diagonal Quasi-Newton Method for Nonconvex Stochastic Optimization`) optimizer name to `ApolloDQN` not to overlap with the new optimizer name `APOLLO`. (#312)

### Bug

Expand Down

0 comments on commit a1c2f87

Please sign in to comment.