pytorch-image-models/timm/models
Ross Wightman ac1b08deb6 fix_init on vit & relpos vit 2024-02-10 20:15:37 -08:00
..
_pruned
layers
__init__.py Add Next-ViT 2024-02-10 17:05:16 -08:00
_builder.py Add parsable json results output for train.py, tweak --pretrained-path to force head adaptation 2023-12-22 11:18:25 -08:00
_efficientnet_blocks.py
_efficientnet_builder.py
_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
_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
beit.py Fix meshgrid deprecation warnings and backward compat with explicit 'ndgrid' and 'meshgrid' fn w/o indexing arg 2024-01-27 13:48:33 -08:00
byoanet.py
byobnet.py
cait.py
coat.py
convit.py
convmixer.py
convnext.py
crossvit.py
cspnet.py
davit.py Make NormMlpClassifier head reset args consistent with ClassifierHead 2024-02-10 16:25:33 -08:00
deit.py
densenet.py Add missing deprecation mapping for a densenet and xcit model. Fix #2086. Tweak xcit pos embed use of arange for better low prec safety. 2024-01-24 22:04:04 -08:00
dla.py
dpn.py More consistency in model arg/kwarg merge handling 2023-11-21 09:48:03 -08:00
edgenext.py Improve type handling for arange & rel pos embeds, keep calculations in float32 until application (may change to apply in float32 in future). Prevent arange type hijacking by DeepSpeed Zero 2024-01-26 16:35:51 -08:00
efficientformer.py Fix meshgrid deprecation warnings and backward compat with explicit 'ndgrid' and 'meshgrid' fn w/o indexing arg 2024-01-27 13:48:33 -08:00
efficientformer_v2.py Fix meshgrid deprecation warnings and backward compat with explicit 'ndgrid' and 'meshgrid' fn w/o indexing arg 2024-01-27 13:48:33 -08:00
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 Update eva.py (#2058) 2023-12-16 15:10:45 -08: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 Fix meshgrid deprecation warnings and backward compat with explicit 'ndgrid' and 'meshgrid' fn w/o indexing arg 2024-01-27 13:48:33 -08:00
maxxvit.py
metaformer.py
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
nextvit.py Fix F.sdpa attn drop prob 2024-02-10 20:14:47 -08:00
nfnet.py
pit.py
pnasnet.py
pvt_v2.py
registry.py
regnet.py
repghost.py
repvit.py
res2net.py
resnest.py
resnet.py A few more missed hf hub entries 2023-11-23 21:48:14 -08:00
resnetv2.py
rexnet.py
selecsls.py
senet.py
sequencer.py
sknet.py
swin_transformer.py Fix meshgrid deprecation warnings and backward compat with explicit 'ndgrid' and 'meshgrid' fn w/o indexing arg 2024-01-27 13:48:33 -08:00
swin_transformer_v2.py Fix meshgrid deprecation warnings and backward compat with explicit 'ndgrid' and 'meshgrid' fn w/o indexing arg 2024-01-27 13:48:33 -08:00
swin_transformer_v2_cr.py Fix meshgrid deprecation warnings and backward compat with explicit 'ndgrid' and 'meshgrid' fn w/o indexing arg 2024-01-27 13:48:33 -08:00
tiny_vit.py Make NormMlpClassifier head reset args consistent with ClassifierHead 2024-02-10 16:25:33 -08:00
tnt.py
tresnet.py More consistency in model arg/kwarg merge handling 2023-11-21 09:48:03 -08:00
twins.py
vgg.py
visformer.py
vision_transformer.py fix_init on vit & relpos vit 2024-02-10 20:15:37 -08:00
vision_transformer_hybrid.py
vision_transformer_relpos.py fix_init on vit & relpos vit 2024-02-10 20:15:37 -08:00
vision_transformer_sam.py
volo.py
vovnet.py
xception.py
xception_aligned.py Add droppath and type hint to Xception. 2024-01-19 11:15:47 -08:00
xcit.py Add missing deprecation mapping for a densenet and xcit model. Fix #2086. Tweak xcit pos embed use of arange for better low prec safety. 2024-01-24 22:04:04 -08:00