pytorch-image-models/timm/models
akiyuki ishikawa 2bd043ce5d fix doc position 2023-12-05 12:00:51 -08:00
..
_pruned
layers
__init__.py
_builder.py Working on support for siglip (w/ attn pool) vit backbone, and adding registers (reg tokens) 2023-09-30 16:03:01 -07:00
_efficientnet_blocks.py
_efficientnet_builder.py include typing suggestions by @rwightman 2023-10-30 13:47:54 -07:00
_factory.py Add support for passing model args via hf hub config 2023-11-19 15:16:01 -08:00
_features.py
_features_fx.py
_helpers.py avoid getting undefined 2023-10-22 21:36:23 -07:00
_hub.py Literal use w/ python < 3.8 requires typing_extension, cach instead of check sys ver 2023-11-21 09:48:03 -08:00
_manipulate.py
_pretrained.py
_prune.py
_registry.py Add warnings for duplicate registry names 2023-11-08 10:18:59 -08:00
beit.py fix all SDPA dropouts 2023-10-05 08:58:41 -07:00
byoanet.py
byobnet.py
cait.py fix all SDPA dropouts 2023-10-05 08:58:41 -07:00
coat.py
convit.py
convmixer.py
convnext.py Add in12k fine-tuned convnext_xxlarge 2023-11-03 14:35:01 -07:00
crossvit.py
cspnet.py
davit.py More consistency in model arg/kwarg merge handling 2023-11-21 09:48:03 -08:00
deit.py
densenet.py More consistency in model arg/kwarg merge handling 2023-11-21 09:48:03 -08:00
dla.py
dpn.py More consistency in model arg/kwarg merge handling 2023-11-21 09:48:03 -08:00
edgenext.py More consistency in model arg/kwarg merge handling 2023-11-21 09:48:03 -08:00
efficientformer.py
efficientformer_v2.py
efficientnet.py A few more missed hf hub entries 2023-11-23 21:48:14 -08:00
efficientvit_mit.py Upload weights to hub, tweak crop_pct, comment out SAM EfficientViTs for now (v2 weights comming) 2023-11-21 14:05:04 -08:00
efficientvit_msra.py
eva.py fix all SDPA dropouts 2023-10-05 08:58:41 -07:00
factory.py
fastvit.py fixed intermediate output indices 2023-11-22 16:32:41 -08:00
features.py
focalnet.py
fx_features.py
gcvit.py
ghostnet.py
hardcorenas.py
helpers.py
hrnet.py
hub.py
inception_next.py
inception_resnet_v2.py
inception_v3.py
inception_v4.py
levit.py
maxxvit.py fix all SDPA dropouts 2023-10-05 08:58:41 -07:00
metaformer.py fix all SDPA dropouts 2023-10-05 08:58:41 -07:00
mlp_mixer.py
mobilenetv3.py Add missing hf_hub entry for mobilnetv3_rw 2023-11-23 12:44:59 -08:00
mobilevit.py
mvitv2.py Add missing hf hub entries for mvitv2 2023-11-26 21:06:39 -08:00
nasnet.py
nest.py fix all SDPA dropouts 2023-10-05 08:58:41 -07:00
nfnet.py
pit.py
pnasnet.py
pvt_v2.py fix all SDPA dropouts 2023-10-05 08:58:41 -07:00
registry.py
regnet.py
repghost.py
repvit.py Push new repvit weights to hub, tweak tag names 2023-10-20 11:49:29 -07:00
res2net.py
resnest.py
resnet.py A few more missed hf hub entries 2023-11-23 21:48:14 -08:00
resnetv2.py fix doc typo in resnetv2 2023-10-20 11:56:50 -07:00
rexnet.py
selecsls.py
senet.py
sequencer.py
sknet.py
swin_transformer.py fix doc position 2023-12-05 12:00:51 -08:00
swin_transformer_v2.py Add missing docs in SwinTransformerStage 2023-12-05 12:00:51 -08:00
swin_transformer_v2_cr.py
tiny_vit.py
tnt.py
tresnet.py More consistency in model arg/kwarg merge handling 2023-11-21 09:48:03 -08:00
twins.py fix all SDPA dropouts 2023-10-05 08:58:41 -07:00
vgg.py
visformer.py fix all SDPA dropouts 2023-10-05 08:58:41 -07:00
vision_transformer.py Literal use w/ python < 3.8 requires typing_extension, cach instead of check sys ver 2023-11-21 09:48:03 -08:00
vision_transformer_hybrid.py Fix openai quickgelu loading and add mnissing orig_in21k vit weights and remove zero'd classifier w/ matching hub update 2023-11-16 19:16:28 -08:00
vision_transformer_relpos.py fix all SDPA dropouts 2023-10-05 08:58:41 -07:00
vision_transformer_sam.py fix all SDPA dropouts 2023-10-05 08:58:41 -07:00
volo.py
vovnet.py
xception.py
xception_aligned.py More consistency in model arg/kwarg merge handling 2023-11-21 09:48:03 -08:00
xcit.py