pytorch-image-models/timm/models
Ross Wightman f81b094aaa Add 'qkv_bias_separate' flag for EVA/beit/swinv2 attn modules to allow an override for easy quantization wrappers. Fix #2098 2024-07-08 13:48:38 -07:00
..
_pruned
layers
__init__.py
_builder.py
_efficientnet_blocks.py Add mobilenet edgetpu defs for exp, add ol mobilenet v1 back for completeness / comparison 2024-06-13 17:33:04 -07:00
_efficientnet_builder.py Add mobilenet edgetpu defs for exp, add ol mobilenet v1 back for completeness / comparison 2024-06-13 17:33:04 -07:00
_factory.py
_features.py
_features_fx.py Fix jit.script breaking with features_fx 2024-06-28 03:58:51 +00:00
_helpers.py
_hub.py
_manipulate.py
_pretrained.py
_prune.py
_registry.py
beit.py Add 'qkv_bias_separate' flag for EVA/beit/swinv2 attn modules to allow an override for easy quantization wrappers. Fix #2098 2024-07-08 13:48:38 -07:00
byoanet.py
byobnet.py Fix rotary embed version of attn pool. Bit of cleanup/naming 2024-06-11 23:49:17 -07:00
cait.py
coat.py
convit.py
convmixer.py
convnext.py
crossvit.py
cspnet.py Remove separate ConvNormActAa class, merge with ConvNormAct 2024-06-10 12:05:35 -07:00
davit.py cleanup davit padding 2024-06-22 12:06:46 -07:00
deit.py
densenet.py
dla.py
dpn.py
edgenext.py
efficientformer.py
efficientformer_v2.py
efficientnet.py Merge pull request #2203 from huggingface/more_mobile 2024-06-18 15:20:01 -07:00
efficientvit_mit.py
efficientvit_msra.py
eva.py Add 'qkv_bias_separate' flag for EVA/beit/swinv2 attn modules to allow an override for easy quantization wrappers. Fix #2098 2024-07-08 13:48:38 -07:00
factory.py
fastvit.py Prepping for final MobileCLIP weight locations (#2199) 2024-06-13 16:55:49 -07:00
features.py
focalnet.py
fx_features.py
gcvit.py
ghostnet.py Some missed reset_classifier() type annotations 2024-06-16 10:39:27 -07:00
hardcorenas.py
helpers.py
hgnet.py
hiera.py
hrnet.py Fix typo in type annotations in timm.models.hrnet 2024-07-08 00:53:16 +02:00
hub.py
inception_next.py
inception_resnet_v2.py
inception_v3.py
inception_v4.py Some missed reset_classifier() type annotations 2024-06-16 10:39:27 -07:00
levit.py
maxxvit.py
metaformer.py Some missed reset_classifier() type annotations 2024-06-16 10:39:27 -07:00
mlp_mixer.py
mobilenetv3.py Add latest ix (xavier init for mqa) hybrid medium & large weights for MobileNetV4 2024-06-24 13:49:55 -07:00
mobilevit.py
mvitv2.py
nasnet.py Some missed reset_classifier() type annotations 2024-06-16 10:39:27 -07:00
nest.py
nextvit.py
nfnet.py
pit.py
pnasnet.py Some missed reset_classifier() type annotations 2024-06-16 10:39:27 -07:00
pvt_v2.py
registry.py
regnet.py Some missed reset_classifier() type annotations 2024-06-16 10:39:27 -07:00
repghost.py
repvit.py
res2net.py
resnest.py
resnet.py
resnetv2.py
rexnet.py Some missed reset_classifier() type annotations 2024-06-16 10:39:27 -07:00
selecsls.py Some missed reset_classifier() type annotations 2024-06-16 10:39:27 -07:00
senet.py Some missed reset_classifier() type annotations 2024-06-16 10:39:27 -07:00
sequencer.py
sknet.py
swin_transformer.py
swin_transformer_v2.py Add 'qkv_bias_separate' flag for EVA/beit/swinv2 attn modules to allow an override for easy quantization wrappers. Fix #2098 2024-07-08 13:48:38 -07:00
swin_transformer_v2_cr.py
tiny_vit.py
tnt.py
tresnet.py Remove separate ConvNormActAa class, merge with ConvNormAct 2024-06-10 12:05:35 -07:00
twins.py
vgg.py
visformer.py
vision_transformer.py Fix typo 2024-06-24 21:54:38 +09:00
vision_transformer_hybrid.py Prepping for final MobileCLIP weight locations (#2199) 2024-06-13 16:55:49 -07:00
vision_transformer_relpos.py Some missed reset_classifier() type annotations 2024-06-16 10:39:27 -07:00
vision_transformer_sam.py Some missed reset_classifier() type annotations 2024-06-16 10:39:27 -07:00
vitamin.py ViTamin in_chans !=3 weight load fix 2024-06-07 20:39:23 -07:00
volo.py
vovnet.py Some missed reset_classifier() type annotations 2024-06-16 10:39:27 -07:00
xception.py Some missed reset_classifier() type annotations 2024-06-16 10:39:27 -07:00
xception_aligned.py Some missed reset_classifier() type annotations 2024-06-16 10:39:27 -07:00
xcit.py