pytorch-image-models/timm/models
Ross Wightman c6b32cbe73 A number of tweaks to arguments, epoch handling, config
* reorganize train args
* allow resolve_data_config to be used with dict args, not just arparse
* stop incrementing epoch before save, more consistent naming vs csv, etc
* update resume and start epoch handling to match above
* stop auto-incrementing epoch in scheduler
2019-06-28 13:49:20 -07:00
..
__init__.py Add model registry and model listing fns, refactor model_factory/create_model fn 2019-06-23 18:22:16 -07:00
adaptive_avgmax_pool.py Remove all prints, change most to logging calls, tweak alignment of batch logs, improve setup.py 2019-06-20 17:29:25 -07:00
conv2d_same.py Big re-org, working towards making pip/module as 'timm' 2019-06-19 17:20:51 -07:00
densenet.py Add model registry and model listing fns, refactor model_factory/create_model fn 2019-06-23 18:22:16 -07:00
dpn.py Add model registry and model listing fns, refactor model_factory/create_model fn 2019-06-23 18:22:16 -07:00
factory.py Add model registry and model listing fns, refactor model_factory/create_model fn 2019-06-23 18:22:16 -07:00
gen_efficientnet.py A number of tweaks to arguments, epoch handling, config 2019-06-28 13:49:20 -07:00
gluon_resnet.py Add model registry and model listing fns, refactor model_factory/create_model fn 2019-06-23 18:22:16 -07:00
helpers.py A number of tweaks to arguments, epoch handling, config 2019-06-28 13:49:20 -07:00
inception_resnet_v2.py Add model registry and model listing fns, refactor model_factory/create_model fn 2019-06-23 18:22:16 -07:00
inception_v3.py Add model registry and model listing fns, refactor model_factory/create_model fn 2019-06-23 18:22:16 -07:00
inception_v4.py Add model registry and model listing fns, refactor model_factory/create_model fn 2019-06-23 18:22:16 -07:00
median_pool.py Big re-org, working towards making pip/module as 'timm' 2019-06-19 17:20:51 -07:00
pnasnet.py Add model registry and model listing fns, refactor model_factory/create_model fn 2019-06-23 18:22:16 -07:00
registry.py Add model registry and model listing fns, refactor model_factory/create_model fn 2019-06-23 18:22:16 -07:00
resnet.py Add model registry and model listing fns, refactor model_factory/create_model fn 2019-06-23 18:22:16 -07:00
senet.py Add model registry and model listing fns, refactor model_factory/create_model fn 2019-06-23 18:22:16 -07:00
test_time_pool.py Remove all prints, change most to logging calls, tweak alignment of batch logs, improve setup.py 2019-06-20 17:29:25 -07:00
xception.py Add model registry and model listing fns, refactor model_factory/create_model fn 2019-06-23 18:22:16 -07:00