pytorch-image-models/timm/models
Ross Wightman 2e99bcaedd Update README, prep for version 0.9.0 release 2023-05-11 15:22:50 -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 Update README, prep for version 0.9.0 release 2023-05-11 15:22:50 -07:00
__init__.py Metaformer baselines for vision (final PR with cleanup) (#1793) 2023-05-05 11:18:26 -07:00
_builder.py Throw when pretrained weights not available and pretrained=True (principle of least surprise). 2023-05-10 10:44:34 -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 Merge pull request #1643 from nateraw/docstrings-update 2023-05-09 21:33:20 -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 Missed hub_id entries for byoanet models 2023-05-10 15:58:55 -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 Missed a few pretrained tags... 2023-05-10 12:16:30 -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 Missed a few pretrained tags... 2023-05-10 12:16:30 -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 Remove label offsets and remove old weight url for 1001 class (background + in1k) TF origin weights 2023-05-09 18:00:41 -07:00
inception_v3.py Remove label offsets and remove old weight url for 1001 class (background + in1k) TF origin weights 2023-05-09 18:00:41 -07:00
inception_v4.py Remove label offsets and remove old weight url for 1001 class (background + in1k) TF origin weights 2023-05-09 18:00:41 -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 21k maxvit tf weights 2023-05-10 18:23:32 -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 Remove label offsets and remove old weight url for 1001 class (background + in1k) TF origin weights 2023-05-09 18:00:41 -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 Remove label offsets and remove old weight url for 1001 class (background + in1k) TF origin weights 2023-05-09 18:00:41 -07:00
pvt_v2.py Missed a few pretrained tags... 2023-05-10 12:16:30 -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 F.sdpa for visformer fails w/o contiguous on qkv, make experimental 2023-05-11 11:37:37 -07:00
vision_transformer.py Add typing to dinov2 entrypt fns, use hf hub for mae & dinov2 weights 2023-05-09 20:42:11 -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