..
layers
MaxVit, ViT, ConvNeXt, and EfficientNet-v2 updates
2 years ago
pruned
…
__init__.py
Initial multi-weight support, handled so old pretraing config handling co-exists with new tags.
2 years ago
_pretrained.py
Add crop_mode for pretraind config / image transforms. Add support for dynamo compilation to benchmark/train/validate
2 years ago
beit.py
BEiT-V2 checkpoints didn't remove 'module' from weights, adapt checkpoint filter
2 years ago
byoanet.py
Transitioning default_cfg -> pretrained_cfg. Improving handling of pretrained_cfg source (HF-Hub, files, timm config, etc). Checkpoint handling tweaks.
3 years ago
byobnet.py
Fix correctness of some group matching regex (no impact on result), some formatting, missed forward_head for resnet
3 years ago
cait.py
Remove some redundant requires_grad=True from nn.Parameter in third party code
2 years ago
coat.py
Significant model refactor and additions:
3 years ago
convit.py
Significant model refactor and additions:
3 years ago
convmixer.py
Significant model refactor and additions:
3 years ago
convnext.py
MaxVit, ViT, ConvNeXt, and EfficientNet-v2 updates
2 years ago
crossvit.py
Fix correctness of some group matching regex (no impact on result), some formatting, missed forward_head for resnet
3 years ago
cspnet.py
Add weights for two 'Edge' block (3x3->1x1) variants of CS3 networks.
2 years ago
deit.py
Add DeiT-III 'medium' model defs and weights
2 years ago
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
Fix correctness of some group matching regex (no impact on result), some formatting, missed forward_head for resnet
3 years ago
edgenext.py
Add edgenext_base model def & weight link, update to improve ONNX export #1385
2 years ago
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
Merge remote-tracking branch 'origin/master' into norm_norm_norm
3 years ago
efficientnet_builder.py
Merge remote-tracking branch 'origin/master' into norm_norm_norm
3 years ago
factory.py
Initial multi-weight support, handled so old pretraing config handling co-exists with new tags.
2 years ago
features.py
Significant model refactor and additions:
3 years ago
fx_features.py
Update type hint for `register_notrace_module`
2 years ago
gcvit.py
Make gcvit window size ratio based to improve resolution changing support #1449 . Change default init to original.
2 years ago
ghostnet.py
Fix correctness of some group matching regex (no impact on result), some formatting, missed forward_head for resnet
3 years ago
gluon_resnet.py
Transitioning default_cfg -> pretrained_cfg. Improving handling of pretrained_cfg source (HF-Hub, files, timm config, etc). Checkpoint handling tweaks.
3 years ago
gluon_xception.py
Fix correctness of some group matching regex (no impact on result), some formatting, missed forward_head for resnet
3 years ago
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
Updating vit model defs for mult-weight support trial (vit first). Prepping for CLIP (laion2b and openai) fine-tuned weights.
2 years ago
hrnet.py
Ensure all model entrypoint fn default to `pretrained=False` (a few didn't)
2 years ago
hub.py
refactor push_to_hub helper
2 years ago
inception_resnet_v2.py
Significant model refactor and additions:
3 years ago
inception_v3.py
Initial multi-weight support, handled so old pretraing config handling co-exists with new tags.
2 years ago
inception_v4.py
Significant model refactor and additions:
3 years ago
levit.py
Fix pit implementation to be clsoer to deit/levit re distillation head handling
3 years ago
maxxvit.py
MaxVit, ViT, ConvNeXt, and EfficientNet-v2 updates
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
Change models with mean 0,0,0 std 1,1,1 from int to float for consistency as mentioned in #1355
2 years ago
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
Fix correctness of some group matching regex (no impact on result), some formatting, missed forward_head for resnet
3 years ago
nfnet.py
Fix correctness of some group matching regex (no impact on result), some formatting, missed forward_head for resnet
3 years ago
pit.py
Fix pit implementation to be clsoer to deit/levit re distillation head handling
3 years ago
pnasnet.py
Significant model refactor and additions:
3 years ago
poolformer.py
Remove some redundant requires_grad=True from nn.Parameter in third party code
2 years ago
pvt_v2.py
More model and test fixes
2 years ago
registry.py
Initial multi-weight support, handled so old pretraing config handling co-exists with new tags.
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
Significant model refactor and additions:
3 years ago
resnest.py
Significant model refactor and additions:
3 years ago
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
Fix correctness of some group matching regex (no impact on result), some formatting, missed forward_head for resnet
3 years ago
selecsls.py
Significant model refactor and additions:
3 years ago
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
Fix tests for rank-4 output where feature channels dim is -1 (3) and not 1
3 years ago
sknet.py
Significant model refactor and additions:
3 years ago
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
Add updated vit_relpos weights, and impl w/ support for official swin-v2 differences for relpos. Add bias control support for MLP layers
3 years ago
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
3 years ago
tnt.py
Fix correctness of some group matching regex (no impact on result), some formatting, missed forward_head for resnet
3 years ago
tresnet.py
Update tresnet features_info for v2
2 years ago
twins.py
Fix correctness of some group matching regex (no impact on result), some formatting, missed forward_head for resnet
3 years ago
vgg.py
Fix correctness of some group matching regex (no impact on result), some formatting, missed forward_head for resnet
3 years ago
visformer.py
Fix correctness of some group matching regex (no impact on result), some formatting, missed forward_head for resnet
3 years ago
vision_transformer.py
MaxVit, ViT, ConvNeXt, and EfficientNet-v2 updates
2 years ago
vision_transformer_hybrid.py
Add missing model config
2 years ago
vision_transformer_relpos.py
Update vit_relpos w/ some additional weights, some cleanup to match recent vit updates, more MLP log coord experiments.
2 years ago
volo.py
Significant model refactor and additions:
3 years ago
vovnet.py
Fix correctness of some group matching regex (no impact on result), some formatting, missed forward_head for resnet
3 years ago
xception.py
Significant model refactor and additions:
3 years ago
xception_aligned.py
Fix correctness of some group matching regex (no impact on result), some formatting, missed forward_head for resnet
3 years ago
xcit.py
Fix typo in PositionalEncodingFourier
2 years ago