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.
pytorch-image-models/timm/models
Ross Wightman 81875d52a6
Update sotabench model list, add Mean-Max pooling DPN variants, disable download progress
5 years ago
..
__init__.py Add working Gluon Xception-65 model. Some cleanup still needed. 5 years ago
adaptive_avgmax_pool.py
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
gen_efficientnet.py Add weights for my MixNet-XL creation, include README updates for EdgeTPU models 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
gluon_xception.py A few more additions to Gluon Xception models to match interface of others. 5 years ago
helpers.py Update sotabench model list, add Mean-Max pooling DPN variants, disable download progress 5 years ago
inception_resnet_v2.py
inception_v3.py Update version, results csv files, and move remaining dropbox weights to github 5 years ago
inception_v4.py
median_pool.py
nasnet.py Add NASNet-Large model 5 years ago
pnasnet.py
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 Update version, results csv files, and move remaining dropbox weights to github 5 years ago
test_time_pool.py
xception.py