You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,10 @@
1
+
<imgsrc="./adam-atan2.png"width="400px"></img>
2
+
1
3
## Adam-atan2 - Pytorch
2
4
3
5
Implementation of the proposed <ahref="https://arxiv.org/abs/2407.05872">Adam-atan2</a> optimizer in Pytorch
4
6
5
-
A multi-million dollar paper out of google deepmind basically proposes a small change to Adam update rule (using `atan2`) for greater stability
7
+
A multi-million dollar paper out of google deepmind proposes a small change to Adam update rule (using `atan2`) to remove the epsilon altogether for numerical stability and scale invariance
0 commit comments