mirror of
https://github.com/huggingface/pytorch-image-models.git
synced 2025-06-03 15:01:08 +08:00
4 lines
157 B
Python
4 lines
157 B
Python
from .cosine_lr import CosineLRScheduler
|
|
from .plateau_lr import PlateauLRScheduler
|
|
from .step_lr import StepLRScheduler
|
|
from .tanh_lr import TanhLRScheduler |