Skip to content

Commit 661aed2

Browse files
committed
default adopt atan2 for export given experiments im seeing
1 parent 0177579 commit 661aed2

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

adam_atan2_pytorch/__init__.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
from adam_atan2_pytorch.adam_atan2 import AdamAtan2
2-
from adam_atan2_pytorch.adopt import Adopt
2+
from adam_atan2_pytorch.adopt_atan2 import AdoptAtan2
33

44
Adam = AdamAtan2
5+
Adopt = AdoptAtan2

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "adam-atan2-pytorch"
3-
version = "0.1.7"
3+
version = "0.1.8"
44
description = "Adam-atan2 for Pytorch"
55
authors = [
66
{ name = "Phil Wang", email = "[email protected]" }

0 commit comments

Comments
 (0)