pytorch-image-models/optim
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
adabound.py Add adabound, random erasing 2019-03-01 22:03:42 -08:00
nadam.py Initial commit, puting some ol pieces together 2019-02-01 22:07:34 -08:00
optim_factory.py Uniform pretrained model handling. 2019-04-11 21:32:16 -07:00