Skip to content

Commit

Permalink
docs: citation
Browse files Browse the repository at this point in the history
  • Loading branch information
kozistr authored Jul 18, 2023
1 parent f020aa4 commit 19b8519
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -400,21 +400,22 @@ Improved bias-correction in Adam
Adaptive Gradient Norm Correction
---------------------------------

| Correcting the norm of gradient in each iteration based on the adaptive training history of gradient norm.
| Correcting the norm of a gradient in each iteration based on the adaptive training history of gradient norm.
Citation
--------

Please cite original authors of optimization algorithms. You can easily find it from the above table!
If you use this software, please cite it as below. Or you can get from "cite this repository" button.
Please cite the original authors of optimization algorithms. You can easily find it in the above table!
If you use this software, please cite it below. Or you can get it from "cite this repository" button.

::

@software{Kim_pytorch_optimizer_Optimizer_and_2022,
@software{Kim_pytorch_optimizer_optimizer_2022,
author = {Kim, Hyeongchan},
month = {1},
title = {{pytorch_optimizer: optimizer and lr scheduler collections in PyTorch}},
version = {1.0.0},
month = jan,
title = {{pytorch_optimizer: optimizer & lr scheduler & loss function collections in PyTorch}},
url = {https://github.com/kozistr/pytorch_optimizer},
version = {2.11.0},
year = {2022}
}

Expand Down

0 comments on commit 19b8519

Please sign in to comment.