mirror of
https://github.com/huggingface/pytorch-image-models.git
synced 2025-06-03 15:01:08 +08:00
* All models have 'default_cfgs' dict * load/resume/pretrained helpers factored out * pretrained load operates on state_dict based on default_cfg * test all models in validate * schedule, optim factor factored out * test time pool wrapper applied based on default_cfg
3 lines
114 B
Python
3 lines
114 B
Python
from optim.adabound import AdaBound
|
|
from optim.nadam import Nadam
|
|
from optim.optim_factory import create_optimizer |