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 aff194f42c
Merge pull request #32 from rwightman/opt
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 weights for my MixNet-XL creation, include README updates for EdgeTPU models 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 Merge pull request #32 from rwightman/opt 5 years ago
inception_resnet_v2.py
inception_v3.py
inception_v4.py
median_pool.py
nasnet.py
pnasnet.py
registry.py
resnet.py Add RAdam, NovoGrad, Lookahead, and AdamW optimizers, a few ResNet tweaks and scheduler factory tweak. 5 years ago
senet.py
test_time_pool.py
xception.py