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 d400f1dbdd
Filter test models before creation for backward/torchscript tests
4 years ago
..
layers Merge branch 'master' into levit_visformer_rednet 4 years ago
pruned
__init__.py Expand scope of testing for non-std vision transformer / mlp models. Some related cleanup and create fn cleanup for all vision transformer and mlp models. More CoaT weights. 4 years ago
byoanet.py Another set of byoanet models w/ ECA channel + SA + groups 4 years ago
byobnet.py Another set of byoanet models w/ ECA channel + SA + groups 4 years ago
cait.py Expand scope of testing for non-std vision transformer / mlp models. Some related cleanup and create fn cleanup for all vision transformer and mlp models. More CoaT weights. 4 years ago
coat.py Expand scope of testing for non-std vision transformer / mlp models. Some related cleanup and create fn cleanup for all vision transformer and mlp models. More CoaT weights. 4 years ago
convit.py Expand scope of testing for non-std vision transformer / mlp models. Some related cleanup and create fn cleanup for all vision transformer and mlp models. More CoaT weights. 4 years ago
cspnet.py
densenet.py
dla.py
dpn.py
efficientnet.py Add efficientnetv2_rw_m weights trained in PyTorch. 84.8 top-1 @ 416 test. 53M params. 4 years ago
efficientnet_blocks.py EfficientNetV2 official impl w/ weights ported from TF. Cleanup/refactor of related EfficientNet classes and models. 4 years ago
efficientnet_builder.py Prep for effcientnetv2_rw_m model weights that started training before official release.. 4 years ago
factory.py
features.py
ghostnet.py EfficientNetV2 official impl w/ weights ported from TF. Cleanup/refactor of related EfficientNet classes and models. 4 years ago
gluon_resnet.py
gluon_xception.py
hardcorenas.py EfficientNetV2 official impl w/ weights ported from TF. Cleanup/refactor of related EfficientNet classes and models. 4 years ago
helpers.py Expand scope of testing for non-std vision transformer / mlp models. Some related cleanup and create fn cleanup for all vision transformer and mlp models. More CoaT weights. 4 years ago
hrnet.py
hub.py
inception_resnet_v2.py
inception_v3.py
inception_v4.py
levit.py Expand scope of testing for non-std vision transformer / mlp models. Some related cleanup and create fn cleanup for all vision transformer and mlp models. More CoaT weights. 4 years ago
mlp_mixer.py Expand scope of testing for non-std vision transformer / mlp models. Some related cleanup and create fn cleanup for all vision transformer and mlp models. More CoaT weights. 4 years ago
mobilenetv3.py EfficientNetV2 official impl w/ weights ported from TF. Cleanup/refactor of related EfficientNet classes and models. 4 years ago
nasnet.py
nfnet.py Add eca_nfnet_l2/l3 defs for future training 4 years ago
pit.py Expand scope of testing for non-std vision transformer / mlp models. Some related cleanup and create fn cleanup for all vision transformer and mlp models. More CoaT weights. 4 years ago
pnasnet.py
registry.py Filter test models before creation for backward/torchscript tests 4 years ago
regnet.py
res2net.py
resnest.py
resnet.py
resnetv2.py
rexnet.py
selecsls.py
senet.py
sknet.py
swin_transformer.py Rethink name of patch embed grid info 4 years ago
tnt.py Expand scope of testing for non-std vision transformer / mlp models. Some related cleanup and create fn cleanup for all vision transformer and mlp models. More CoaT weights. 4 years ago
tresnet.py
twins.py Expand scope of testing for non-std vision transformer / mlp models. Some related cleanup and create fn cleanup for all vision transformer and mlp models. More CoaT weights. 4 years ago
vgg.py
visformer.py Add Visformer-small weighs, tweak torchscript jit test img size. 4 years ago
vision_transformer.py Expand scope of testing for non-std vision transformer / mlp models. Some related cleanup and create fn cleanup for all vision transformer and mlp models. More CoaT weights. 4 years ago
vision_transformer_hybrid.py Expand scope of testing for non-std vision transformer / mlp models. Some related cleanup and create fn cleanup for all vision transformer and mlp models. More CoaT weights. 4 years ago
vovnet.py
xception.py
xception_aligned.py