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 e7da205 commit 74d6afbCopy full SHA for 74d6afb
timm/optim/__init__.py
@@ -3,6 +3,7 @@
3
from .adahessian import Adahessian
4
from .adamp import AdamP
5
from .adamw import AdamW
6
+from .adan import Adan
7
from .lamb import Lamb
8
from .lars import Lars
9
from .lookahead import Lookahead
0 commit comments