pytorch-image-models/scheduler
Ross Wightman 9c3859fb9c Uniform pretrained model handling.
* 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
2019-04-11 21:32:16 -07:00
..
__init__.py Uniform pretrained model handling. 2019-04-11 21:32:16 -07:00
cosine_lr.py Resnext added, changes to bring it and seresnet in line with rest of models 2019-03-01 15:44:04 -08:00
plateau_lr.py Cleanup tranforms, add custom schedulers, tweak senet34 model 2019-02-06 20:19:11 -08:00
scheduler.py Update schedulers 2019-02-17 12:50:15 -08:00
scheduler_factory.py Uniform pretrained model handling. 2019-04-11 21:32:16 -07:00
step_lr.py Update schedulers 2019-02-17 12:50:15 -08:00
tanh_lr.py Resnext added, changes to bring it and seresnet in line with rest of models 2019-03-01 15:44:04 -08:00