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 aeaaad7304
Merge pull request #24 from rwightman/gluon_xception
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
densenet.py
dpn.py
factory.py
gen_efficientnet.py Add MixNet Small and Large PyTorch native weights (no same padding) 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 Update helpers.py 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
resnet.py
senet.py Update version, results csv files, and move remaining dropbox weights to github 5 years ago
test_time_pool.py
xception.py