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 576d360f20
Bring in JIT version of optimized swish activation from gen_efficientnet as default (while working on feature extraction functionality here).
5 years ago
..
__init__.py Add Res2Net and DLA models w/ pretrained weights. Update sotabench. 5 years ago
adaptive_avgmax_pool.py
conv2d_helpers.py
densenet.py
dla.py Add Res2Net and DLA models w/ pretrained weights. Update sotabench. 5 years ago
dpn.py
factory.py Pass drop connect arg through to EfficientNet models 5 years ago
gen_efficientnet.py Bring in JIT version of optimized swish activation from gen_efficientnet as default (while working on feature extraction functionality here). 5 years ago
gluon_resnet.py
gluon_xception.py A few more additions to Gluon Xception models to match interface of others. 5 years ago
helpers.py Map pretrained checkpoint to cpu to avoid issue with some pretrained checkpoints still having CUDA tensors. Fixes #42 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
pnasnet.py
registry.py
res2net.py Fix Mobilenet V3 model name for sotabench. Minor res2net cleanup. 5 years ago
resnet.py Add Facebook Research Semi-Supervised and Semi-Weakly Supervised ResNet model weights. 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