mirror of
https://github.com/huggingface/pytorch-image-models.git
synced 2025-06-03 15:01:08 +08:00
Merge pull request #1592 from twmht/add_adan_to_init
Add Adan to __init__.py
This commit is contained in:
commit
18ec173f95
@ -3,6 +3,7 @@ from .adafactor import Adafactor
|
|||||||
from .adahessian import Adahessian
|
from .adahessian import Adahessian
|
||||||
from .adamp import AdamP
|
from .adamp import AdamP
|
||||||
from .adamw import AdamW
|
from .adamw import AdamW
|
||||||
|
from .adan import Adan
|
||||||
from .lamb import Lamb
|
from .lamb import Lamb
|
||||||
from .lars import Lars
|
from .lars import Lars
|
||||||
from .lookahead import Lookahead
|
from .lookahead import Lookahead
|
||||||
|
Loading…
x
Reference in New Issue
Block a user