Skip to content

Commit

Permalink
docs: v3.0.1 changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
kozistr committed Jun 8, 2024
1 parent 6675dfe commit 5d924c5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/changelogs/v3.0.1.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@

* Implement `FAdam` optimizer. (#241, #242)
* [Adam is a natural gradient optimizer using diagonal empirical Fisher information](https://arxiv.org/abs/2405.12807)
* Tweak `AdaFactor` optimizer. (#236, #243)
* support not-using-first-momentum when beta1 is not given
* default dtype for first momentum to `bfloat16`
* clip second momentum to 0.999

### Bug

Expand Down

0 comments on commit 5d924c5

Please sign in to comment.