pytorch-image-models/timm/models
Ross Wightman 228e080e39 siglip2 weights on hub, fix forward_intermediates when no prefix tokens (& return prefix selected) 2025-02-21 12:46:14 -08:00
..
_pruned
layers
__init__.py Update README, few minor fixups. 2025-01-06 13:09:15 -08:00
_builder.py More tweaks to docstrings for hub/builder 2024-12-06 10:25:06 -08:00
_efficientnet_blocks.py Fix typos 2025-01-19 13:39:40 -08:00
_efficientnet_builder.py
_factory.py Add cache_dir example 2024-12-06 10:39:13 -08:00
_features.py Fix typos 2025-01-19 13:39:40 -08:00
_features_fx.py
_helpers.py Punch cache_dir through model factory / builder / pretrain helpers. Improve some annotations in related code. 2024-12-06 10:25:06 -08:00
_hub.py Add 448 so150m2 weight/model, add updated internvit 300m weight 2025-02-17 12:59:10 -08:00
_manipulate.py Wrap torch checkpoint() fn to default use_reentrant flag to False and allow env var override 2025-01-06 11:28:39 -08:00
_pretrained.py
_prune.py
_registry.py
beit.py Wrap torch checkpoint() fn to default use_reentrant flag to False and allow env var override 2025-01-06 11:28:39 -08:00
byoanet.py
byobnet.py Fix typos 2025-01-19 13:39:40 -08:00
cait.py Fix issue where feature out_indices out of order after wrapping with FeatureGetterNet due to use of set() 2024-07-22 13:33:30 -07:00
coat.py Fix consistency, testing for forward_head w/ pre_logits, reset_classifier, models with pre_logits size != unpooled feature size 2024-06-07 13:53:00 -07:00
convit.py set_input_size initial impl for vit & swin v1. Move HybridEmbed to own location in timm/layers 2024-07-17 15:25:48 -07:00
convmixer.py Fix consistency, testing for forward_head w/ pre_logits, reset_classifier, models with pre_logits size != unpooled feature size 2024-06-07 13:53:00 -07:00
convnext.py Add 384x384 in12k pretrain and finetune for convnext_nano 2024-12-31 13:16:43 -08:00
crossvit.py Fix typos 2025-01-19 13:39:40 -08:00
cspnet.py CS3-DarkNet Small (Focus) w/ RA4 recipe. Fix #2122 2024-11-22 16:31:45 -08:00
davit.py Fix self.reset_classifier num_classes update 2025-01-21 11:52:05 -08:00
deit.py fix pos embed dynamic resampling for deit 2024-11-06 16:03:27 -08:00
densenet.py Wrap torch checkpoint() fn to default use_reentrant flag to False and allow env var override 2025-01-06 11:28:39 -08:00
dla.py Fix consistency, testing for forward_head w/ pre_logits, reset_classifier, models with pre_logits size != unpooled feature size 2024-06-07 13:53:00 -07:00
dpn.py
edgenext.py Fix consistency, testing for forward_head w/ pre_logits, reset_classifier, models with pre_logits size != unpooled feature size 2024-06-07 13:53:00 -07:00
efficientformer.py fix feature_info.reduction 2024-12-18 21:12:40 +08:00
efficientformer_v2.py Add a few missing __all__ entries. 2024-08-07 09:35:51 -07:00
efficientnet.py Wrap torch checkpoint() fn to default use_reentrant flag to False and allow env var override 2025-01-06 11:28:39 -08:00
efficientvit_mit.py Fix consistency, testing for forward_head w/ pre_logits, reset_classifier, models with pre_logits size != unpooled feature size 2024-06-07 13:53:00 -07:00
efficientvit_msra.py Fix typos 2025-01-19 13:39:40 -08:00
eva.py Wrap torch checkpoint() fn to default use_reentrant flag to False and allow env var override 2025-01-06 11:28:39 -08:00
factory.py Elevate import deprecation warnings from DeprecationWarning to FutureWarning so messages are now seen 2024-10-16 11:30:01 -07:00
fastvit.py Fix typos 2025-01-19 13:39:40 -08:00
features.py
focalnet.py Fix self.reset_classifier num_classes update 2025-01-21 11:52:05 -08:00
fx_features.py
gcvit.py Wrap torch checkpoint() fn to default use_reentrant flag to False and allow env var override 2025-01-06 11:28:39 -08:00
ghostnet.py Some missed reset_classifier() type annotations 2024-06-16 10:39:27 -07:00
hardcorenas.py
helpers.py Elevate import deprecation warnings from DeprecationWarning to FutureWarning so messages are now seen 2024-10-16 11:30:01 -07:00
hgnet.py
hiera.py Fix nn.Module type hints 2025-01-11 15:09:21 +01:00
hieradet_sam2.py Add more pali(2) weights. Switch rest of models adapting open_clip weights to their own weight instances. 2024-12-27 14:00:41 -08:00
hrnet.py
hub.py Elevate import deprecation warnings from DeprecationWarning to FutureWarning so messages are now seen 2024-10-16 11:30:01 -07:00
inception_next.py Rename inception_next_atto pretrained str 2024-12-06 10:36:47 -08:00
inception_resnet_v2.py Fix consistency, testing for forward_head w/ pre_logits, reset_classifier, models with pre_logits size != unpooled feature size 2024-06-07 13:53:00 -07:00
inception_v3.py Fix consistency, testing for forward_head w/ pre_logits, reset_classifier, models with pre_logits size != unpooled feature size 2024-06-07 13:53:00 -07:00
inception_v4.py Some missed reset_classifier() type annotations 2024-06-16 10:39:27 -07:00
levit.py LeViT safetensors load is broken by conversion code that wasn't deactivated 2025-01-16 11:37:00 -08:00
mambaout.py mambaout.py: fixed bug 2024-10-17 01:03:28 +03:30
maxxvit.py Fix issue where feature out_indices out of order after wrapping with FeatureGetterNet due to use of set() 2024-07-22 13:33:30 -07:00
metaformer.py Fix self.reset_classifier num_classes update 2025-01-21 11:52:05 -08:00
mlp_mixer.py
mobilenetv3.py Wrap torch checkpoint() fn to default use_reentrant flag to False and allow env var override 2025-01-06 11:28:39 -08:00
mobilevit.py
mvitv2.py Wrap torch checkpoint() fn to default use_reentrant flag to False and allow env var override 2025-01-06 11:28:39 -08:00
nasnet.py
nest.py Fix consistency, testing for forward_head w/ pre_logits, reset_classifier, models with pre_logits size != unpooled feature size 2024-06-07 13:53:00 -07:00
nextvit.py Fix self.reset_classifier num_classes update 2025-01-21 11:52:05 -08:00
nfnet.py Fix self.reset_classifier num_classes update 2025-01-21 11:52:05 -08:00
pit.py Fix consistency, testing for forward_head w/ pre_logits, reset_classifier, models with pre_logits size != unpooled feature size 2024-06-07 13:53:00 -07:00
pnasnet.py Some missed reset_classifier() type annotations 2024-06-16 10:39:27 -07:00
pvt_v2.py Fix self.reset_classifier num_classes update 2025-01-21 11:52:05 -08:00
rdnet.py Fix RDNet forward call 2025-01-21 11:52:05 -08:00
registry.py Elevate import deprecation warnings from DeprecationWarning to FutureWarning so messages are now seen 2024-10-16 11:30:01 -07:00
regnet.py Fix self.reset_classifier num_classes update 2025-01-21 11:52:05 -08:00
repghost.py
repvit.py Fix consistency, testing for forward_head w/ pre_logits, reset_classifier, models with pre_logits size != unpooled feature size 2024-06-07 13:53:00 -07:00
res2net.py
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 Update torchvision resnet legacy weight urls in resnet.py 2024-11-26 15:53:54 +01:00
resnetv2.py Fix typos 2025-01-19 13:39:40 -08:00
rexnet.py
selecsls.py Some missed reset_classifier() type annotations 2024-06-16 10:39:27 -07:00
senet.py Some missed reset_classifier() type annotations 2024-06-16 10:39:27 -07:00
sequencer.py Fix consistency, testing for forward_head w/ pre_logits, reset_classifier, models with pre_logits size != unpooled feature size 2024-06-07 13:53:00 -07:00
sknet.py
swin_transformer.py Fix reversed H & W padding for swin patch merging 2024-09-21 16:51:02 -07:00
swin_transformer_v2.py Add missing imports 2025-01-11 15:13:16 +01:00
swin_transformer_v2_cr.py Wrap torch checkpoint() fn to default use_reentrant flag to False and allow env var override 2025-01-06 11:28:39 -08:00
tiny_vit.py
tnt.py Wrap torch checkpoint() fn to default use_reentrant flag to False and allow env var override 2025-01-06 11:28:39 -08:00
tresnet.py Fix self.reset_classifier num_classes update 2025-01-21 11:52:05 -08:00
twins.py Fix typos 2025-01-19 13:39:40 -08:00
vgg.py VGG ConvMlp: fix layer defaults/types 2025-01-15 12:11:56 +01:00
visformer.py Fix consistency, testing for forward_head w/ pre_logits, reset_classifier, models with pre_logits size != unpooled feature size 2024-06-07 13:53:00 -07:00
vision_transformer.py siglip2 weights on hub, fix forward_intermediates when no prefix tokens (& return prefix selected) 2025-02-21 12:46:14 -08:00
vision_transformer_hybrid.py
vision_transformer_relpos.py Wrap torch checkpoint() fn to default use_reentrant flag to False and allow env var override 2025-01-06 11:28:39 -08:00
vision_transformer_sam.py Fix self.reset_classifier num_classes update 2025-01-21 11:52:05 -08:00
vitamin.py Add bias arg to Vitamin GeGLU 2024-12-30 19:24:21 -08:00
volo.py Fix typos 2025-01-19 13:39:40 -08:00
vovnet.py Add some so150m vit w/ sbb recipe weights, and a ese_vovnet57b model with RA4 recipe 2025-01-18 15:51:57 -08:00
xception.py Some missed reset_classifier() type annotations 2024-06-16 10:39:27 -07:00
xception_aligned.py Fix self.reset_classifier num_classes update 2025-01-21 11:52:05 -08:00
xcit.py Wrap torch checkpoint() fn to default use_reentrant flag to False and allow env var override 2025-01-06 11:28:39 -08:00