pytorch-image-models/timm/models
Ross Wightman 1334598462 Add support back to EfficientNet to disable head_conv / bn2 so mobilnetv1 can be implemented properly 2024-07-08 13:51:26 -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 Fix consistency, testing for forward_head w/ pre_logits, reset_classifier, models with pre_logits size != unpooled feature size 2024-06-07 13:53:00 -07:00
_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 Fix consistency, testing for forward_head w/ pre_logits, reset_classifier, models with pre_logits size != unpooled feature size 2024-06-07 13:53:00 -07:00
coat.py Fix consistency, testing for forward_head w/ pre_logits, reset_classifier, models with pre_logits size != unpooled feature size 2024-06-07 13:53:00 -07:00
convit.py Fix consistency, testing for forward_head w/ pre_logits, reset_classifier, models with pre_logits size != unpooled feature size 2024-06-07 13:53:00 -07:00
convmixer.py Fix consistency, testing for forward_head w/ pre_logits, reset_classifier, models with pre_logits size != unpooled feature size 2024-06-07 13:53:00 -07:00
convnext.py Fix consistency, testing for forward_head w/ pre_logits, reset_classifier, models with pre_logits size != unpooled feature size 2024-06-07 13:53:00 -07:00
crossvit.py Fix consistency, testing for forward_head w/ pre_logits, reset_classifier, models with pre_logits size != unpooled feature size 2024-06-07 13:53:00 -07:00
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 Fix consistency, testing for forward_head w/ pre_logits, reset_classifier, models with pre_logits size != unpooled feature size 2024-06-07 13:53:00 -07:00
densenet.py Fix consistency, testing for forward_head w/ pre_logits, reset_classifier, models with pre_logits size != unpooled feature size 2024-06-07 13:53:00 -07:00
dla.py Fix consistency, testing for forward_head w/ pre_logits, reset_classifier, models with pre_logits size != unpooled feature size 2024-06-07 13:53:00 -07:00
dpn.py Fix consistency, testing for forward_head w/ pre_logits, reset_classifier, models with pre_logits size != unpooled feature size 2024-06-07 13:53:00 -07:00
edgenext.py Fix consistency, testing for forward_head w/ pre_logits, reset_classifier, models with pre_logits size != unpooled feature size 2024-06-07 13:53:00 -07:00
efficientformer.py Fix consistency, testing for forward_head w/ pre_logits, reset_classifier, models with pre_logits size != unpooled feature size 2024-06-07 13:53:00 -07:00
efficientformer_v2.py Fix consistency, testing for forward_head w/ pre_logits, reset_classifier, models with pre_logits size != unpooled feature size 2024-06-07 13:53:00 -07:00
efficientnet.py Add support back to EfficientNet to disable head_conv / bn2 so mobilnetv1 can be implemented properly 2024-07-08 13:51:26 -07:00
efficientvit_mit.py Fix consistency, testing for forward_head w/ pre_logits, reset_classifier, models with pre_logits size != unpooled feature size 2024-06-07 13:53:00 -07:00
efficientvit_msra.py Fix consistency, testing for forward_head w/ pre_logits, reset_classifier, models with pre_logits size != unpooled feature size 2024-06-07 13:53:00 -07:00
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 Fix consistency, testing for forward_head w/ pre_logits, reset_classifier, models with pre_logits size != unpooled feature size 2024-06-07 13:53:00 -07:00
fx_features.py
gcvit.py Fix consistency, testing for forward_head w/ pre_logits, reset_classifier, models with pre_logits size != unpooled feature size 2024-06-07 13:53:00 -07:00
ghostnet.py Some missed reset_classifier() type annotations 2024-06-16 10:39:27 -07:00
hardcorenas.py
helpers.py
hgnet.py Fix consistency, testing for forward_head w/ pre_logits, reset_classifier, models with pre_logits size != unpooled feature size 2024-06-07 13:53:00 -07:00
hiera.py Fix consistency, testing for forward_head w/ pre_logits, reset_classifier, models with pre_logits size != unpooled feature size 2024-06-07 13:53:00 -07:00
hrnet.py Fix typo in type annotations in timm.models.hrnet 2024-07-08 00:53:16 +02:00
hub.py
inception_next.py Fix consistency, testing for forward_head w/ pre_logits, reset_classifier, models with pre_logits size != unpooled feature size 2024-06-07 13:53:00 -07:00
inception_resnet_v2.py Fix consistency, testing for forward_head w/ pre_logits, reset_classifier, models with pre_logits size != unpooled feature size 2024-06-07 13:53:00 -07:00
inception_v3.py Fix consistency, testing for forward_head w/ pre_logits, reset_classifier, models with pre_logits size != unpooled feature size 2024-06-07 13:53:00 -07:00
inception_v4.py Some missed reset_classifier() type annotations 2024-06-16 10:39:27 -07:00
levit.py Fix consistency, testing for forward_head w/ pre_logits, reset_classifier, models with pre_logits size != unpooled feature size 2024-06-07 13:53:00 -07:00
maxxvit.py Fix consistency, testing for forward_head w/ pre_logits, reset_classifier, models with pre_logits size != unpooled feature size 2024-06-07 13:53:00 -07:00
metaformer.py Some missed reset_classifier() type annotations 2024-06-16 10:39:27 -07:00
mlp_mixer.py Fix consistency, testing for forward_head w/ pre_logits, reset_classifier, models with pre_logits size != unpooled feature size 2024-06-07 13:53:00 -07:00
mobilenetv3.py Add conv_large mobilenetv3 aa/blur model defs 2024-07-08 13:50:05 -07:00
mobilevit.py
mvitv2.py Fix consistency, testing for forward_head w/ pre_logits, reset_classifier, models with pre_logits size != unpooled feature size 2024-06-07 13:53:00 -07:00
nasnet.py Some missed reset_classifier() type annotations 2024-06-16 10:39:27 -07:00
nest.py Fix consistency, testing for forward_head w/ pre_logits, reset_classifier, models with pre_logits size != unpooled feature size 2024-06-07 13:53:00 -07:00
nextvit.py Fix consistency, testing for forward_head w/ pre_logits, reset_classifier, models with pre_logits size != unpooled feature size 2024-06-07 13:53:00 -07:00
nfnet.py Fix consistency, testing for forward_head w/ pre_logits, reset_classifier, models with pre_logits size != unpooled feature size 2024-06-07 13:53:00 -07:00
pit.py Fix consistency, testing for forward_head w/ pre_logits, reset_classifier, models with pre_logits size != unpooled feature size 2024-06-07 13:53:00 -07:00
pnasnet.py Some missed reset_classifier() type annotations 2024-06-16 10:39:27 -07:00
pvt_v2.py Fix consistency, testing for forward_head w/ pre_logits, reset_classifier, models with pre_logits size != unpooled feature size 2024-06-07 13:53:00 -07:00
registry.py
regnet.py Some missed reset_classifier() type annotations 2024-06-16 10:39:27 -07:00
repghost.py Fix consistency, testing for forward_head w/ pre_logits, reset_classifier, models with pre_logits size != unpooled feature size 2024-06-07 13:53:00 -07:00
repvit.py Fix consistency, testing for forward_head w/ pre_logits, reset_classifier, models with pre_logits size != unpooled feature size 2024-06-07 13:53:00 -07:00
res2net.py
resnest.py
resnet.py Fix consistency, testing for forward_head w/ pre_logits, reset_classifier, models with pre_logits size != unpooled feature size 2024-06-07 13:53:00 -07:00
resnetv2.py Fix consistency, testing for forward_head w/ pre_logits, reset_classifier, models with pre_logits size != unpooled feature size 2024-06-07 13:53:00 -07:00
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 Fix consistency, testing for forward_head w/ pre_logits, reset_classifier, models with pre_logits size != unpooled feature size 2024-06-07 13:53:00 -07:00
sknet.py
swin_transformer.py Fix consistency, testing for forward_head w/ pre_logits, reset_classifier, models with pre_logits size != unpooled feature size 2024-06-07 13:53:00 -07:00
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 Fix consistency, testing for forward_head w/ pre_logits, reset_classifier, models with pre_logits size != unpooled feature size 2024-06-07 13:53:00 -07:00
tiny_vit.py Fix consistency, testing for forward_head w/ pre_logits, reset_classifier, models with pre_logits size != unpooled feature size 2024-06-07 13:53:00 -07:00
tnt.py Fix consistency, testing for forward_head w/ pre_logits, reset_classifier, models with pre_logits size != unpooled feature size 2024-06-07 13:53:00 -07:00
tresnet.py Remove separate ConvNormActAa class, merge with ConvNormAct 2024-06-10 12:05:35 -07:00
twins.py Fix consistency, testing for forward_head w/ pre_logits, reset_classifier, models with pre_logits size != unpooled feature size 2024-06-07 13:53:00 -07:00
vgg.py Fix consistency, testing for forward_head w/ pre_logits, reset_classifier, models with pre_logits size != unpooled feature size 2024-06-07 13:53:00 -07:00
visformer.py Fix consistency, testing for forward_head w/ pre_logits, reset_classifier, models with pre_logits size != unpooled feature size 2024-06-07 13:53:00 -07:00
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 Fix consistency, testing for forward_head w/ pre_logits, reset_classifier, models with pre_logits size != unpooled feature size 2024-06-07 13:53:00 -07:00
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 Fix consistency, testing for forward_head w/ pre_logits, reset_classifier, models with pre_logits size != unpooled feature size 2024-06-07 13:53:00 -07:00