You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Ross Wightman
b8762cc67d
Model updates. Add my best ResNet50 weights top-1=78.47. Add some other torchvision weights.
...
* Remove some models that don't exist as pretrained an likely never will (se)resnext152
* Add some torchvision weights as tv_ for models that I have added better weights for
* Add wide resnet recently added to torchvision along with resnext101-32x8d
* Add functionality to model registry to allow filtering on pretrained weight presence
6 years ago
..
__init__.py
Add model registry and model listing fns, refactor model_factory/create_model fn
6 years ago
adaptive_avgmax_pool.py
Remove all prints, change most to logging calls, tweak alignment of batch logs, improve setup.py
6 years ago
conv2d_same.py
Big re-org, working towards making pip/module as 'timm'
6 years ago
densenet.py
Add model registry and model listing fns, refactor model_factory/create_model fn
6 years ago
dpn.py
Model updates. Add my best ResNet50 weights top-1=78.47. Add some other torchvision weights.
6 years ago
factory.py
Add model registry and model listing fns, refactor model_factory/create_model fn
6 years ago
gen_efficientnet.py
A number of tweaks to arguments, epoch handling, config
6 years ago
gluon_resnet.py
Model updates. Add my best ResNet50 weights top-1=78.47. Add some other torchvision weights.
6 years ago
helpers.py
A number of tweaks to arguments, epoch handling, config
6 years ago
inception_resnet_v2.py
Add model registry and model listing fns, refactor model_factory/create_model fn
6 years ago
inception_v3.py
Add model registry and model listing fns, refactor model_factory/create_model fn
6 years ago
inception_v4.py
Add model registry and model listing fns, refactor model_factory/create_model fn
6 years ago
median_pool.py
Big re-org, working towards making pip/module as 'timm'
6 years ago
pnasnet.py
Add model registry and model listing fns, refactor model_factory/create_model fn
6 years ago
registry.py
Model updates. Add my best ResNet50 weights top-1=78.47. Add some other torchvision weights.
6 years ago
resnet.py
Model updates. Add my best ResNet50 weights top-1=78.47. Add some other torchvision weights.
6 years ago
senet.py
Add model registry and model listing fns, refactor model_factory/create_model fn
6 years ago
test_time_pool.py
Remove all prints, change most to logging calls, tweak alignment of batch logs, improve setup.py
6 years ago
xception.py
Add model registry and model listing fns, refactor model_factory/create_model fn
6 years ago