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.
2 parents e7da205 + 74d6afb commit 18ec173Copy full SHA for 18ec173
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