pytorch-image-models/timm/models
Ross Wightman 7ccb10ebff Disable efficient_builder debug flag 2024-06-06 21:50:27 -07:00
..
_pruned
layers
__init__.py Merge branch 'main' of https://github.com/Beckschen/pytorch-image-models into Beckschen-vitamin 2024-06-02 14:16:30 -07:00
_builder.py Support loading of paligemma weights into GAP variants of SigLIP ViT. Minor tweak to npz loading for packed transformer weights. 2024-05-14 15:44:37 -07:00
_efficientnet_blocks.py Add anti-aliasing support to mobilenetv3 and efficientnet family models. Update MobileNetV4 model defs, resolutions. Fix #599 2024-05-27 22:06:22 -07:00
_efficientnet_builder.py Disable efficient_builder debug flag 2024-06-06 21:50:27 -07:00
_factory.py
_features.py
_features_fx.py Add regex matching support to AttentionExtract. Add return_dict support to graph extractors and use returned output in AttentionExtractor 2024-05-22 14:33:39 -07:00
_helpers.py
_hub.py Support loading of paligemma weights into GAP variants of SigLIP ViT. Minor tweak to npz loading for packed transformer weights. 2024-05-14 15:44:37 -07:00
_manipulate.py
_pretrained.py
_prune.py
_registry.py
beit.py checkpoint filter fns with consistent name, add mobileclip-b pretrained cfgs 2024-06-06 12:38:52 -07:00
byoanet.py
byobnet.py
cait.py
coat.py
convit.py
convmixer.py
convnext.py
crossvit.py
cspnet.py
davit.py
deit.py
densenet.py
dla.py
dpn.py
edgenext.py
efficientformer.py checkpoint filter fns with consistent name, add mobileclip-b pretrained cfgs 2024-06-06 12:38:52 -07:00
efficientformer_v2.py
efficientnet.py Add anti-aliasing support to mobilenetv3 and efficientnet family models. Update MobileNetV4 model defs, resolutions. Fix #599 2024-05-27 22:06:22 -07:00
efficientvit_mit.py
efficientvit_msra.py
eva.py
factory.py
fastvit.py checkpoint filter fns with consistent name, add mobileclip-b pretrained cfgs 2024-06-06 12:38:52 -07:00
features.py
focalnet.py
fx_features.py
gcvit.py
ghostnet.py
hardcorenas.py
helpers.py
hgnet.py
hiera.py
hrnet.py
hub.py
inception_next.py
inception_resnet_v2.py
inception_v3.py
inception_v4.py
levit.py
maxxvit.py
metaformer.py
mlp_mixer.py
mobilenetv3.py Add anti-aliasing support to mobilenetv3 and efficientnet family models. Update MobileNetV4 model defs, resolutions. Fix #599 2024-05-27 22:06:22 -07:00
mobilevit.py
mvitv2.py
nasnet.py
nest.py
nextvit.py Fix reparameterize for NextViT. Fix #2187 2024-05-27 14:48:58 -07:00
nfnet.py
pit.py
pnasnet.py
pvt_v2.py checkpoint filter fns with consistent name, add mobileclip-b pretrained cfgs 2024-06-06 12:38:52 -07:00
registry.py
regnet.py
repghost.py
repvit.py
res2net.py
resnest.py
resnet.py Add anti-aliasing support to mobilenetv3 and efficientnet family models. Update MobileNetV4 model defs, resolutions. Fix #599 2024-05-27 22:06:22 -07:00
resnetv2.py
rexnet.py
selecsls.py
senet.py
sequencer.py
sknet.py
swin_transformer.py
swin_transformer_v2.py
swin_transformer_v2_cr.py
tiny_vit.py
tnt.py
tresnet.py
twins.py
vgg.py
visformer.py
vision_transformer.py Add ConvStem and MobileCLIP hybrid model for B variant. Add full norm disable support to ConvNormAct layers 2024-06-06 09:15:27 -07:00
vision_transformer_hybrid.py Fix in_chans switching on create 2024-06-06 17:56:14 -07:00
vision_transformer_relpos.py
vision_transformer_sam.py
vitamin.py Update ViTamin model defs 2024-06-06 09:16:43 -07:00
volo.py
vovnet.py
xception.py
xception_aligned.py
xcit.py