Skip to content

Commit 28f3b2f

Browse files
authored
readme
1 parent 3d3ce80 commit 28f3b2f

File tree

1 file changed

+16
-2
lines changed

1 file changed

+16
-2
lines changed

README.md

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,16 @@
1-
# adam-atan2-pytorch
2-
Implementation of the proposed Adam-atan2 in Pytorch
1+
## Adam-atan2 - Pytorch (wip)
2+
3+
Implementation of the proposed <a href="https://arxiv.org/abs/2407.05872">Adam-atan2</a> optimizer in Pytorch
4+
5+
A multi-million dollar paper out of google deepmind basically proposes a small change to Adam (using `atan2`) for greater stability
6+
7+
## Citations
8+
9+
```bibtex
10+
@inproceedings{Everett2024ScalingEA,
11+
title = {Scaling Exponents Across Parameterizations and Optimizers},
12+
author = {Katie Everett and Lechao Xiao and Mitchell Wortsman and Alex Alemi and Roman Novak and Peter J. Liu and Izzeddin Gur and Jascha Narain Sohl-Dickstein and Leslie Pack Kaelbling and Jaehoon Lee and Jeffrey Pennington},
13+
year = {2024},
14+
url = {https://api.semanticscholar.org/CorpusID:271051056}
15+
}
16+
```

0 commit comments

Comments
 (0)