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
dfa9298b4e
Add MixNet ( https://arxiv.org/abs/1907.09595 ) with pretrained weights converted from Tensorflow impl
...
* refactor 'same' convolution and add helper to use MixedConv2d when needed
* improve performance of 'same' padding for cases that can be handled statically
* add support for extra exp, pw, and dw kernel specs with grouping support to decoder/string defs for MixNet
* shuffle some args for a bit more consistency, a little less clutter overall in gen_efficientnet.py
5 years ago
..
__init__.py
Add NASNet-Large model
5 years ago
adaptive_avgmax_pool.py
Remove all prints, change most to logging calls, tweak alignment of batch logs, improve setup.py
5 years ago
conv2d_helpers.py
Add MixNet ( https://arxiv.org/abs/1907.09595 ) with pretrained weights converted from Tensorflow impl
5 years ago
densenet.py
Fix typo in Densenet default resolutions
5 years ago
dpn.py
Register dpn107
5 years ago
factory.py
Add model registry and model listing fns, refactor model_factory/create_model fn
5 years ago
gen_efficientnet.py
Add MixNet ( https://arxiv.org/abs/1907.09595 ) with pretrained weights converted from Tensorflow impl
5 years ago
gluon_resnet.py
Model updates. Add my best ResNet50 weights top-1=78.47. Add some other torchvision weights.
5 years ago
helpers.py
A number of tweaks to arguments, epoch handling, config
5 years ago
inception_resnet_v2.py
Add model registry and model listing fns, refactor model_factory/create_model fn
5 years ago
inception_v3.py
Add model registry and model listing fns, refactor model_factory/create_model fn
5 years ago
inception_v4.py
Add model registry and model listing fns, refactor model_factory/create_model fn
5 years ago
median_pool.py
Big re-org, working towards making pip/module as 'timm'
5 years ago
nasnet.py
Add NASNet-Large model
5 years ago
pnasnet.py
Add model registry and model listing fns, refactor model_factory/create_model fn
5 years ago
registry.py
Model updates. Add my best ResNet50 weights top-1=78.47. Add some other torchvision weights.
5 years ago
resnet.py
A bit more ResNet cleanup.
5 years ago
senet.py
Add model registry and model listing fns, refactor model_factory/create_model fn
5 years ago
test_time_pool.py
Remove all prints, change most to logging calls, tweak alignment of batch logs, improve setup.py
5 years ago
xception.py
Add model registry and model listing fns, refactor model_factory/create_model fn
5 years ago