Skip to content

Commit

Permalink
Add AutoWU LR scheduler from KakaoBrain
Browse files Browse the repository at this point in the history
Signed-off-by: Emanuele Ballarin <emanuele@ballarin.cc>
  • Loading branch information
emaballarin committed Jul 23, 2023
1 parent 441581b commit 647ed0d
Show file tree
Hide file tree
Showing 5 changed files with 527 additions and 1 deletion.
1 change: 1 addition & 0 deletions ebtorch/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@
del AdaHessian
del Adan
del Lion
del AutoWU
del Lookahead
del Lookaround
del RAdam
Expand Down
2 changes: 2 additions & 0 deletions ebtorch/optim/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
from .adabound import AdaBound
from .adahessian import AdaHessian
from .adan import Adan
from .autowu import AutoWU
from .custom import ralah_optim
from .custom import wfneal
from .lion import Lion
Expand All @@ -37,6 +38,7 @@
del adan
del custom
del lion
del autowu
del lookahead
del lookaround
del radam
Expand Down
Loading

0 comments on commit 647ed0d

Please sign in to comment.