-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #221 from kozistr/feature/aida-optimizer
[Feature] Implement Aida optimizer
- Loading branch information
Showing
14 changed files
with
549 additions
and
1,036 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
## Change Log | ||
|
||
Major version is updated! (`v2.12.0` -> `v3.0.0`) (#164) | ||
|
||
### Feature | ||
|
||
* Implement `Aida` optimizer. (#220, #221) | ||
* [A DNN Optimizer that Improves over AdaBelief by Suppression of the Adaptive Stepsize Range](https://arxiv.org/abs/2203.13273) | ||
* Implement `WSAM` optimizer. (#213, #216) | ||
* [Sharpness-Aware Minimization Revisited: Weighted Sharpness as a Regularization Term](https://arxiv.org/abs/2305.15817) | ||
|
||
## Dependency | ||
|
||
* Drop `Python 3.7` support officially. (#221) | ||
* Please check the [README](https://github.com/kozistr/pytorch_optimizer?tab=readme-ov-file#getting-started). | ||
|
||
## Docs | ||
|
||
* Add missing parameters in `Ranger21 optimizer` document. (#214, #215) | ||
* Fix `WSAM` optimizer paper link. (#219) | ||
|
||
### Contributions | ||
|
||
thanks to @sdbds | ||
|
||
### Diff | ||
|
||
[2.12.0...3.0.0](https://github.com/kozistr/pytorch_optimizer/compare/v2.12.0...v3.0.0) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.