pytorch-image-models/timm/models
Ross Wightman 3785c234d7 Remove clip vit models that won't be ft and comment two that aren't uploaded yet 2022-12-05 10:21:34 -08:00
..
layers MaxVit, ViT, ConvNeXt, and EfficientNet-v2 updates 2022-12-05 10:21:34 -08:00
pruned
__init__.py Rename _pretrained.py -> pretrained.py, not feasible to change the other files to same scheme without breaking uses 2022-12-05 10:21:34 -08:00
beit.py BEiT-V2 checkpoints didn't remove 'module' from weights, adapt checkpoint filter 2022-09-13 17:56:49 -07:00
byoanet.py
byobnet.py Fix correctness of some group matching regex (no impact on result), some formatting, missed forward_head for resnet 2022-03-19 14:58:54 -07:00
cait.py Remove some redundant requires_grad=True from nn.Parameter in third party code 2022-07-20 12:37:41 -07:00
coat.py Significant model refactor and additions: 2022-02-28 13:56:23 -08:00
convit.py Significant model refactor and additions: 2022-02-28 13:56:23 -08:00
convmixer.py Significant model refactor and additions: 2022-02-28 13:56:23 -08:00
convnext.py Rename _pretrained.py -> pretrained.py, not feasible to change the other files to same scheme without breaking uses 2022-12-05 10:21:34 -08:00
crossvit.py Fix correctness of some group matching regex (no impact on result), some formatting, missed forward_head for resnet 2022-03-19 14:58:54 -07:00
cspnet.py Add weights for two 'Edge' block (3x3->1x1) variants of CS3 networks. 2022-07-26 16:40:27 -07:00
deit.py Add DeiT-III 'medium' model defs and weights 2022-07-28 15:03:20 -07:00
densenet.py Fix two default args in DenseNet blocks... fix #1427 2022-08-25 15:00:35 -07:00
dla.py Fix type in dla weight update 2022-09-13 17:52:45 -07:00
dpn.py Fix correctness of some group matching regex (no impact on result), some formatting, missed forward_head for resnet 2022-03-19 14:58:54 -07:00
edgenext.py Add edgenext_base model def & weight link, update to improve ONNX export #1385 2022-08-05 16:58:34 -07:00
efficientformer.py More test fixes, pool size for 256x256 maxvit models 2022-08-23 13:38:26 -07:00
efficientnet.py MaxVit, ViT, ConvNeXt, and EfficientNet-v2 updates 2022-12-05 10:21:34 -08:00
efficientnet_blocks.py Merge remote-tracking branch 'origin/master' into norm_norm_norm 2022-01-25 22:20:45 -08:00
efficientnet_builder.py Merge remote-tracking branch 'origin/master' into norm_norm_norm 2022-01-25 22:20:45 -08:00
factory.py Rename _pretrained.py -> pretrained.py, not feasible to change the other files to same scheme without breaking uses 2022-12-05 10:21:34 -08:00
features.py Significant model refactor and additions: 2022-02-28 13:56:23 -08:00
fx_features.py Update type hint for `register_notrace_module` 2022-07-22 16:59:55 -05:00
gcvit.py Make gcvit window size ratio based to improve resolution changing support #1449. Change default init to original. 2022-09-06 16:14:00 -07:00
ghostnet.py Fix correctness of some group matching regex (no impact on result), some formatting, missed forward_head for resnet 2022-03-19 14:58:54 -07:00
gluon_resnet.py
gluon_xception.py Fix correctness of some group matching regex (no impact on result), some formatting, missed forward_head for resnet 2022-03-19 14:58:54 -07:00
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. 2022-09-13 16:35:26 -07:00
helpers.py Rename _pretrained.py -> pretrained.py, not feasible to change the other files to same scheme without breaking uses 2022-12-05 10:21:34 -08:00
hrnet.py Ensure all model entrypoint fn default to `pretrained=False` (a few didn't) 2022-07-19 13:58:41 -07:00
hub.py Rename _pretrained.py -> pretrained.py, not feasible to change the other files to same scheme without breaking uses 2022-12-05 10:21:34 -08:00
inception_resnet_v2.py Significant model refactor and additions: 2022-02-28 13:56:23 -08:00
inception_v3.py Initial multi-weight support, handled so old pretraing config handling co-exists with new tags. 2022-12-05 10:21:34 -08:00
inception_v4.py Significant model refactor and additions: 2022-02-28 13:56:23 -08:00
levit.py Fix pit implementation to be clsoer to deit/levit re distillation head handling 2022-03-21 11:12:14 -07:00
maxxvit.py Rename _pretrained.py -> pretrained.py, not feasible to change the other files to same scheme without breaking uses 2022-12-05 10:21:34 -08:00
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. 2022-09-13 16:35:26 -07:00
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. 2022-09-13 16:35:26 -07:00
mobilevit.py Change models with mean 0,0,0 std 1,1,1 from int to float for consistency as mentioned in #1355 2022-07-21 17:36:15 -07:00
mvitv2.py pretrained_cfg entry for mvitv2_small_cls 2022-08-28 15:27:01 -07:00
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. 2022-09-13 16:35:26 -07:00
nest.py Fix correctness of some group matching regex (no impact on result), some formatting, missed forward_head for resnet 2022-03-19 14:58:54 -07:00
nfnet.py Fix correctness of some group matching regex (no impact on result), some formatting, missed forward_head for resnet 2022-03-19 14:58:54 -07:00
pit.py Fix pit implementation to be clsoer to deit/levit re distillation head handling 2022-03-21 11:12:14 -07:00
pnasnet.py Significant model refactor and additions: 2022-02-28 13:56:23 -08:00
poolformer.py Remove some redundant requires_grad=True from nn.Parameter in third party code 2022-07-20 12:37:41 -07:00
pretrained.py Rename _pretrained.py -> pretrained.py, not feasible to change the other files to same scheme without breaking uses 2022-12-05 10:21:34 -08:00
pvt_v2.py More model and test fixes 2022-08-22 17:40:31 -07:00
registry.py Rename _pretrained.py -> pretrained.py, not feasible to change the other files to same scheme without breaking uses 2022-12-05 10:21:34 -08:00
regnet.py Initial multi-weight support, handled so old pretraing config handling co-exists with new tags. 2022-12-05 10:21:34 -08:00
res2net.py Significant model refactor and additions: 2022-02-28 13:56:23 -08:00
resnest.py Significant model refactor and additions: 2022-02-28 13:56:23 -08:00
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. 2022-09-13 16:35:26 -07:00
resnetv2.py Initial multi-weight support, handled so old pretraing config handling co-exists with new tags. 2022-12-05 10:21:34 -08:00
rexnet.py Fix correctness of some group matching regex (no impact on result), some formatting, missed forward_head for resnet 2022-03-19 14:58:54 -07:00
selecsls.py Significant model refactor and additions: 2022-02-28 13:56:23 -08:00
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. 2022-09-13 16:35:26 -07:00
sequencer.py Fix tests for rank-4 output where feature channels dim is -1 (3) and not 1 2022-05-09 15:20:24 -07:00
sknet.py Significant model refactor and additions: 2022-02-28 13:56:23 -08:00
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. 2022-09-13 16:35:26 -07:00
swin_transformer_v2.py Add updated vit_relpos weights, and impl w/ support for official swin-v2 differences for relpos. Add bias control support for MLP layers 2022-05-13 13:53:57 -07:00
swin_transformer_v2_cr.py Remove persistent buffers from Swin-V2. Change SwinV2Cr cos attn + tau/logit_scale to match official, add ckpt convert, init_value zeros resid LN weight by default 2022-05-13 10:50:59 -07:00
tnt.py Fix correctness of some group matching regex (no impact on result), some formatting, missed forward_head for resnet 2022-03-19 14:58:54 -07:00
tresnet.py Update tresnet features_info for v2 2022-09-13 20:54:54 -07:00
twins.py Fix correctness of some group matching regex (no impact on result), some formatting, missed forward_head for resnet 2022-03-19 14:58:54 -07:00
vgg.py Fix correctness of some group matching regex (no impact on result), some formatting, missed forward_head for resnet 2022-03-19 14:58:54 -07:00
visformer.py Fix correctness of some group matching regex (no impact on result), some formatting, missed forward_head for resnet 2022-03-19 14:58:54 -07:00
vision_transformer.py Remove clip vit models that won't be ft and comment two that aren't uploaded yet 2022-12-05 10:21:34 -08:00
vision_transformer_hybrid.py Rename _pretrained.py -> pretrained.py, not feasible to change the other files to same scheme without breaking uses 2022-12-05 10:21:34 -08:00
vision_transformer_relpos.py Update vit_relpos w/ some additional weights, some cleanup to match recent vit updates, more MLP log coord experiments. 2022-07-07 21:33:25 -07:00
volo.py Significant model refactor and additions: 2022-02-28 13:56:23 -08:00
vovnet.py Fix correctness of some group matching regex (no impact on result), some formatting, missed forward_head for resnet 2022-03-19 14:58:54 -07:00
xception.py Significant model refactor and additions: 2022-02-28 13:56:23 -08:00
xception_aligned.py Fix correctness of some group matching regex (no impact on result), some formatting, missed forward_head for resnet 2022-03-19 14:58:54 -07:00
xcit.py Fix typo in PositionalEncodingFourier 2022-07-28 19:08:08 -04:00