Merge pull request #1592 from twmht/add_adan_to_init

Add Adan to __init__.py
pull/1583/head
Ross Wightman 1 year ago committed by GitHub
commit 18ec173f95
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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

Loading…
Cancel
Save