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 16d2db7e4b
Remove clip vit models that won't be ft and comment two that aren't uploaded yet
2 years ago
..
layers Merge remote-tracking branch 'origin/main' into multi-weight 2 years ago
pruned added efficientnet pruned weights 5 years ago
__init__.py Rename _pretrained.py -> pretrained.py, not feasible to change the other files to same scheme without breaking uses 2 years ago
beit.py BEiT-V2 checkpoints didn't remove 'module' from weights, adapt checkpoint filter 2 years ago
byoanet.py
byobnet.py
cait.py
coat.py
convit.py
convmixer.py
convnext.py Rename _pretrained.py -> pretrained.py, not feasible to change the other files to same scheme without breaking uses 2 years ago
crossvit.py
cspnet.py
deit.py
densenet.py Fix two default args in DenseNet blocks... fix #1427 2 years ago
dla.py Fix type in dla weight update 2 years ago
dpn.py
edgenext.py
efficientformer.py More test fixes, pool size for 256x256 maxvit models 2 years ago
efficientnet.py MaxVit, ViT, ConvNeXt, and EfficientNet-v2 updates 2 years ago
efficientnet_blocks.py
efficientnet_builder.py
factory.py Rename _pretrained.py -> pretrained.py, not feasible to change the other files to same scheme without breaking uses 2 years ago
features.py
fx_features.py
gcvit.py Make gcvit window size ratio based to improve resolution changing support #1449. Change default init to original. 2 years ago
ghostnet.py
gluon_resnet.py
gluon_xception.py
hardcorenas.py Update a bunch of weights with external links to timm release assets. Fixes issue with *aliyuncs.com returning forbidden. Did pickle scan / verify and re-hash. Add TresNet-V2-L weights. 2 years ago
helpers.py Rename _pretrained.py -> pretrained.py, not feasible to change the other files to same scheme without breaking uses 2 years ago
hrnet.py
hub.py Rename _pretrained.py -> pretrained.py, not feasible to change the other files to same scheme without breaking uses 2 years ago
inception_resnet_v2.py
inception_v3.py Initial multi-weight support, handled so old pretraing config handling co-exists with new tags. 2 years ago
inception_v4.py
levit.py
maxxvit.py Rename _pretrained.py -> pretrained.py, not feasible to change the other files to same scheme without breaking uses 2 years ago
mlp_mixer.py Update a bunch of weights with external links to timm release assets. Fixes issue with *aliyuncs.com returning forbidden. Did pickle scan / verify and re-hash. Add TresNet-V2-L weights. 2 years ago
mobilenetv3.py Update a bunch of weights with external links to timm release assets. Fixes issue with *aliyuncs.com returning forbidden. Did pickle scan / verify and re-hash. Add TresNet-V2-L weights. 2 years ago
mobilevit.py
mvitv2.py pretrained_cfg entry for mvitv2_small_cls 2 years ago
nasnet.py Update a bunch of weights with external links to timm release assets. Fixes issue with *aliyuncs.com returning forbidden. Did pickle scan / verify and re-hash. Add TresNet-V2-L weights. 2 years ago
nest.py
nfnet.py
pit.py
pnasnet.py
poolformer.py
pretrained.py Rename _pretrained.py -> pretrained.py, not feasible to change the other files to same scheme without breaking uses 2 years ago
pvt_v2.py More model and test fixes 2 years ago
registry.py Rename _pretrained.py -> pretrained.py, not feasible to change the other files to same scheme without breaking uses 2 years ago
regnet.py Initial multi-weight support, handled so old pretraing config handling co-exists with new tags. 2 years ago
res2net.py
resnest.py
resnet.py Update a bunch of weights with external links to timm release assets. Fixes issue with *aliyuncs.com returning forbidden. Did pickle scan / verify and re-hash. Add TresNet-V2-L weights. 2 years ago
resnetv2.py Initial multi-weight support, handled so old pretraing config handling co-exists with new tags. 2 years ago
rexnet.py
selecsls.py
senet.py Update a bunch of weights with external links to timm release assets. Fixes issue with *aliyuncs.com returning forbidden. Did pickle scan / verify and re-hash. Add TresNet-V2-L weights. 2 years ago
sequencer.py
sknet.py
swin_transformer.py Update a bunch of weights with external links to timm release assets. Fixes issue with *aliyuncs.com returning forbidden. Did pickle scan / verify and re-hash. Add TresNet-V2-L weights. 2 years ago
swin_transformer_v2.py
swin_transformer_v2_cr.py
tnt.py
tresnet.py Update tresnet features_info for v2 2 years ago
twins.py
vgg.py
visformer.py
vision_transformer.py Remove clip vit models that won't be ft and comment two that aren't uploaded yet 2 years ago
vision_transformer_hybrid.py Rename _pretrained.py -> pretrained.py, not feasible to change the other files to same scheme without breaking uses 2 years ago
vision_transformer_relpos.py
volo.py
vovnet.py
xception.py
xception_aligned.py
xcit.py