Add Adan to __init__.py

This commit is contained in:
alec.tu 2022-12-15 11:37:29 +08:00
parent e7da205345
commit 74d6afb4cd

View File

@ -3,6 +3,7 @@ from .adafactor import Adafactor
from .adahessian import Adahessian
from .adamp import AdamP
from .adamw import AdamW
from .adan import Adan
from .lamb import Lamb
from .lars import Lars
from .lookahead import Lookahead