We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0177579 commit 661aed2Copy full SHA for 661aed2
adam_atan2_pytorch/__init__.py
@@ -1,4 +1,5 @@
1
from adam_atan2_pytorch.adam_atan2 import AdamAtan2
2
-from adam_atan2_pytorch.adopt import Adopt
+from adam_atan2_pytorch.adopt_atan2 import AdoptAtan2
3
4
Adam = AdamAtan2
5
+Adopt = AdoptAtan2
pyproject.toml
@@ -1,6 +1,6 @@
[project]
name = "adam-atan2-pytorch"
-version = "0.1.7"
+version = "0.1.8"
description = "Adam-atan2 for Pytorch"
authors = [
6
{ name = "Phil Wang", email = "[email protected]" }
0 commit comments