Skip to content

Commit

Permalink
default adopt atan2 for export given experiments im seeing
Browse files Browse the repository at this point in the history
  • Loading branch information
lucidrains committed Nov 22, 2024
1 parent 0177579 commit 661aed2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion adam_atan2_pytorch/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
from adam_atan2_pytorch.adam_atan2 import AdamAtan2
from adam_atan2_pytorch.adopt import Adopt
from adam_atan2_pytorch.adopt_atan2 import AdoptAtan2

Adam = AdamAtan2
Adopt = AdoptAtan2
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "adam-atan2-pytorch"
version = "0.1.7"
version = "0.1.8"
description = "Adam-atan2 for Pytorch"
authors = [
{ name = "Phil Wang", email = "[email protected]" }
Expand Down

0 comments on commit 661aed2

Please sign in to comment.