pytorch-image-models/timm/models
Ross Wightman a01d8f86f4 Tweak DinoV2 add, add MAE ViT weights, add initial intermediate layer getter experiment 2023-05-09 17:59:22 -07:00
..
_pruned Major module / path restructure, timm.models.layers -> timm.layers, add _ prefix to all non model modules in timm.models 2022-12-06 15:00:06 -08:00
layers Davit update formatting and fix grad checkpointing (#7) 2023-01-15 14:34:56 -08:00
__init__.py Metaformer baselines for vision (final PR with cleanup) (#1793) 2023-05-05 11:18:26 -07:00
_builder.py Allow passing state_dict directly via pretrained cfg mechanism as an override 2023-05-08 15:15:44 -07:00
_efficientnet_blocks.py Major module / path restructure, timm.models.layers -> timm.layers, add _ prefix to all non model modules in timm.models 2022-12-06 15:00:06 -08:00
_efficientnet_builder.py Major module / path restructure, timm.models.layers -> timm.layers, add _ prefix to all non model modules in timm.models 2022-12-06 15:00:06 -08:00
_factory.py Small factory handling fix for pretrained tag vs cfg 2023-04-11 07:42:13 -07:00
_features.py return_map back to out_map for _feature helpers 2023-03-16 14:50:55 -07:00
_features_fx.py All swin models support spatial output, add output_fmt to v1/v2 and use ClassifierHead. 2023-03-15 23:21:51 -07:00
_helpers.py Fix numel use in helpers for checkpoint remap 2023-03-20 09:36:48 -07:00
_hub.py More models w/ multi-weight support, moving to HF hub. Removing inplace_abn from all models including TResNet 2023-04-20 22:44:49 -07:00
_manipulate.py Swin and FocalNet weights on HF hub. Add model deprecation functionality w/ some registry tweaks. 2023-03-18 14:55:09 -07:00
_pretrained.py Allow passing state_dict directly via pretrained cfg mechanism as an override 2023-05-08 15:15:44 -07:00
_prune.py Update model prune loader to use pkgutil 2023-02-06 17:45:16 -08:00
_registry.py Update warning message for deprecated model names 2023-04-05 17:24:17 -07:00
beit.py Add missing beitv2 in1k -> in1k models 2023-05-08 17:03:51 -07:00
byoanet.py Add typing to all model entrypoint fns, add old cache check env var to builder 2023-05-08 08:52:38 -07:00
byobnet.py Add typing to all model entrypoint fns, add old cache check env var to builder 2023-05-08 08:52:38 -07:00
cait.py Add typing to all model entrypoint fns, add old cache check env var to builder 2023-05-08 08:52:38 -07:00
coat.py Add typing to all model entrypoint fns, add old cache check env var to builder 2023-05-08 08:52:38 -07:00
convit.py Add typing to all model entrypoint fns, add old cache check env var to builder 2023-05-08 08:52:38 -07:00
convmixer.py Add typing to all model entrypoint fns, add old cache check env var to builder 2023-05-08 08:52:38 -07:00
convnext.py Add typing to all model entrypoint fns, add old cache check env var to builder 2023-05-08 08:52:38 -07:00
crossvit.py Add typing to all model entrypoint fns, add old cache check env var to builder 2023-05-08 08:52:38 -07:00
cspnet.py Add typing to all model entrypoint fns, add old cache check env var to builder 2023-05-08 08:52:38 -07:00
davit.py Add typing to all model entrypoint fns, add old cache check env var to builder 2023-05-08 08:52:38 -07:00
deit.py Tweak DinoV2 add, add MAE ViT weights, add initial intermediate layer getter experiment 2023-05-09 17:59:22 -07:00
densenet.py Add typing to all model entrypoint fns, add old cache check env var to builder 2023-05-08 08:52:38 -07:00
dla.py Add typing to all model entrypoint fns, add old cache check env var to builder 2023-05-08 08:52:38 -07:00
dpn.py Add typing to all model entrypoint fns, add old cache check env var to builder 2023-05-08 08:52:38 -07:00
edgenext.py Add typing to all model entrypoint fns, add old cache check env var to builder 2023-05-08 08:52:38 -07:00
efficientformer.py Add typing to all model entrypoint fns, add old cache check env var to builder 2023-05-08 08:52:38 -07:00
efficientformer_v2.py Add typing to all model entrypoint fns, add old cache check env var to builder 2023-05-08 08:52:38 -07:00
efficientnet.py Add typing to all model entrypoint fns, add old cache check env var to builder 2023-05-08 08:52:38 -07:00
eva.py Add typing to all model entrypoint fns, add old cache check env var to builder 2023-05-08 08:52:38 -07:00
factory.py Add a deprecation phase to module re-org 2022-12-09 14:39:45 -08:00
features.py Add a deprecation phase to module re-org 2022-12-09 14:39:45 -08:00
focalnet.py Add typing to all model entrypoint fns, add old cache check env var to builder 2023-05-08 08:52:38 -07:00
fx_features.py Add a deprecation phase to module re-org 2022-12-09 14:39:45 -08:00
gcvit.py Add typing to all model entrypoint fns, add old cache check env var to builder 2023-05-08 08:52:38 -07:00
ghostnet.py Add typing to all model entrypoint fns, add old cache check env var to builder 2023-05-08 08:52:38 -07:00
hardcorenas.py Add typing to all model entrypoint fns, add old cache check env var to builder 2023-05-08 08:52:38 -07:00
helpers.py Add a deprecation phase to module re-org 2022-12-09 14:39:45 -08:00
hrnet.py Add typing to all model entrypoint fns, add old cache check env var to builder 2023-05-08 08:52:38 -07:00
hub.py Add a deprecation phase to module re-org 2022-12-09 14:39:45 -08:00
inception_resnet_v2.py Add typing to all model entrypoint fns, add old cache check env var to builder 2023-05-08 08:52:38 -07:00
inception_v3.py Add typing to all model entrypoint fns, add old cache check env var to builder 2023-05-08 08:52:38 -07:00
inception_v4.py Add typing to all model entrypoint fns, add old cache check env var to builder 2023-05-08 08:52:38 -07:00
levit.py Add typing to all model entrypoint fns, add old cache check env var to builder 2023-05-08 08:52:38 -07:00
maxxvit.py Add typing to all model entrypoint fns, add old cache check env var to builder 2023-05-08 08:52:38 -07:00
metaformer.py Add typing to all model entrypoint fns, add old cache check env var to builder 2023-05-08 08:52:38 -07:00
mlp_mixer.py Add typing to all model entrypoint fns, add old cache check env var to builder 2023-05-08 08:52:38 -07:00
mobilenetv3.py Add typing to all model entrypoint fns, add old cache check env var to builder 2023-05-08 08:52:38 -07:00
mobilevit.py Add typing to all model entrypoint fns, add old cache check env var to builder 2023-05-08 08:52:38 -07:00
mvitv2.py Add typing to all model entrypoint fns, add old cache check env var to builder 2023-05-08 08:52:38 -07:00
nasnet.py Add typing to all model entrypoint fns, add old cache check env var to builder 2023-05-08 08:52:38 -07:00
nest.py Add typing to all model entrypoint fns, add old cache check env var to builder 2023-05-08 08:52:38 -07:00
nfnet.py Add typing to all model entrypoint fns, add old cache check env var to builder 2023-05-08 08:52:38 -07:00
pit.py Add typing to all model entrypoint fns, add old cache check env var to builder 2023-05-08 08:52:38 -07:00
pnasnet.py Add typing to all model entrypoint fns, add old cache check env var to builder 2023-05-08 08:52:38 -07:00
pvt_v2.py Add typing to all model entrypoint fns, add old cache check env var to builder 2023-05-08 08:52:38 -07:00
registry.py Add a deprecation phase to module re-org 2022-12-09 14:39:45 -08:00
regnet.py Add typing to all model entrypoint fns, add old cache check env var to builder 2023-05-08 08:52:38 -07:00
res2net.py Add typing to all model entrypoint fns, add old cache check env var to builder 2023-05-08 08:52:38 -07:00
resnest.py Add typing to all model entrypoint fns, add old cache check env var to builder 2023-05-08 08:52:38 -07:00
resnet.py Add typing to all model entrypoint fns, add old cache check env var to builder 2023-05-08 08:52:38 -07:00
resnetv2.py Add typing to all model entrypoint fns, add old cache check env var to builder 2023-05-08 08:52:38 -07:00
rexnet.py Add typing to all model entrypoint fns, add old cache check env var to builder 2023-05-08 08:52:38 -07:00
selecsls.py Add typing to all model entrypoint fns, add old cache check env var to builder 2023-05-08 08:52:38 -07:00
senet.py Add typing to all model entrypoint fns, add old cache check env var to builder 2023-05-08 08:52:38 -07:00
sequencer.py Add typing to all model entrypoint fns, add old cache check env var to builder 2023-05-08 08:52:38 -07:00
sknet.py Add typing to all model entrypoint fns, add old cache check env var to builder 2023-05-08 08:52:38 -07:00
swin_transformer.py Add typing to all model entrypoint fns, add old cache check env var to builder 2023-05-08 08:52:38 -07:00
swin_transformer_v2.py Add typing to all model entrypoint fns, add old cache check env var to builder 2023-05-08 08:52:38 -07:00
swin_transformer_v2_cr.py Add typing to all model entrypoint fns, add old cache check env var to builder 2023-05-08 08:52:38 -07:00
tnt.py Add typing to all model entrypoint fns, add old cache check env var to builder 2023-05-08 08:52:38 -07:00
tresnet.py Add typing to all model entrypoint fns, add old cache check env var to builder 2023-05-08 08:52:38 -07:00
twins.py Add typing to all model entrypoint fns, add old cache check env var to builder 2023-05-08 08:52:38 -07:00
vgg.py Final push to get remaining models using multi-weight pretrained configs, almost all weights on HF hub 2023-04-26 15:52:13 -07:00
visformer.py Add typing to all model entrypoint fns, add old cache check env var to builder 2023-05-08 08:52:38 -07:00
vision_transformer.py Tweak DinoV2 add, add MAE ViT weights, add initial intermediate layer getter experiment 2023-05-09 17:59:22 -07:00
vision_transformer_hybrid.py Tweak DinoV2 add, add MAE ViT weights, add initial intermediate layer getter experiment 2023-05-09 17:59:22 -07:00
vision_transformer_relpos.py Add typing to all model entrypoint fns, add old cache check env var to builder 2023-05-08 08:52:38 -07:00
volo.py Add typing to all model entrypoint fns, add old cache check env var to builder 2023-05-08 08:52:38 -07:00
vovnet.py Add typing to all model entrypoint fns, add old cache check env var to builder 2023-05-08 08:52:38 -07:00
xception.py Add typing to all model entrypoint fns, add old cache check env var to builder 2023-05-08 08:52:38 -07:00
xception_aligned.py Add typing to all model entrypoint fns, add old cache check env var to builder 2023-05-08 08:52:38 -07:00
xcit.py Add typing to all model entrypoint fns, add old cache check env var to builder 2023-05-08 08:52:38 -07:00