Skip to content

Commit 13d0ddf

Browse files
committed
docs: v3.6.0 changelog
1 parent 7649795 commit 13d0ddf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/changelogs/v3.6.0.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@
1818
* `use_gc`, `adanorm`, `cautious`, `stable_adamw`, and `adam_debias` will be affected.
1919
* You can still use these variants by passing the parameters to `**kwargs`.
2020
* Notably, in case of `adanorm` variant, you need to pass `adanorm` (and `adanorm_r` for `r` option) parameter(s) to use this variant, and the name of the state will be changed from `exp_avg_norm` to `exp_avg_adanorm`.
21-
* Remove `reset()` method from the `BaseOptimizer` class and refactor to `init_group()` method. (#380)
21+
* Refactor `reset()` to `init_group()` method in the `BaseOptimizer` class. (#380)
22+
* Refactor `SAM` optimizer faimily. (#380)
2223

2324
### Fix
2425

0 commit comments

Comments
 (0)