Skip to content

Commit 9b4f5fa

Browse files
committed
update: AdaBound
1 parent 94f45e2 commit 9b4f5fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pytorch_optimizer/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
from pytorch_optimizer.adabound import AdaBoundW
1+
from pytorch_optimizer.adabound import AdaBound, AdaBoundW
22
from pytorch_optimizer.adahessian import AdaHessian
33
from pytorch_optimizer.adamp import AdamP
44
from pytorch_optimizer.agc import agc

0 commit comments

Comments
 (0)