pytorch-image-models/timm/models
Ross Wightman ef9c6fb846 forward_head(), consistent pre_logits handling to reduce likelihood of people manually replacing .head module having issues 2024-04-09 21:54:59 -07:00
..
_pruned
layers
__init__.py Merge branch 'master' of https://github.com/seefun/pytorch-image-models into seefun-master 2024-02-12 14:59:54 -08:00
_builder.py Exploring vit features_only using get_intermediate_layers() as per #2131 2024-04-07 11:24:45 -07:00
_efficientnet_blocks.py
_efficientnet_builder.py
_factory.py
_features.py More forward_intermediates() & features_only work 2024-04-09 21:29:16 -07:00
_features_fx.py Exploring vit features_only using get_intermediate_layers() as per #2131 2024-04-07 11:24:45 -07:00
_helpers.py
_hub.py
_manipulate.py
_pretrained.py
_prune.py
_registry.py
beit.py More forward_intermediates() & features_only work 2024-04-09 21:29:16 -07:00
byoanet.py
byobnet.py forward_head(), consistent pre_logits handling to reduce likelihood of people manually replacing .head module having issues 2024-04-09 21:54:59 -07:00
cait.py
coat.py
convit.py
convmixer.py
convnext.py
crossvit.py
cspnet.py forward_head(), consistent pre_logits handling to reduce likelihood of people manually replacing .head module having issues 2024-04-09 21:54:59 -07:00
davit.py Make NormMlpClassifier head reset args consistent with ClassifierHead 2024-02-10 16:25:33 -08:00
deit.py More forward_intermediates() & features_only work 2024-04-09 21:29:16 -07:00
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
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 More forward_intermediates() & features_only work 2024-04-09 21:29:16 -07:00
factory.py
fastvit.py fixed intermediate output indices 2023-11-22 16:32:41 -08:00
features.py
focalnet.py forward_head(), consistent pre_logits handling to reduce likelihood of people manually replacing .head module having issues 2024-04-09 21:54:59 -07:00
fx_features.py
gcvit.py forward_head(), consistent pre_logits handling to reduce likelihood of people manually replacing .head module having issues 2024-04-09 21:54:59 -07:00
ghostnet.py
hardcorenas.py
helpers.py
hgnet.py Tweak hgnet before merge 2024-02-12 15:00:32 -08:00
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 forward_head(), consistent pre_logits handling to reduce likelihood of people manually replacing .head module having issues 2024-04-09 21:54:59 -07:00
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 More forward_intermediates() & features_only work 2024-04-09 21:29:16 -07: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 forward_head(), consistent pre_logits handling to reduce likelihood of people manually replacing .head module having issues 2024-04-09 21:54:59 -07:00
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 forward_head(), consistent pre_logits handling to reduce likelihood of people manually replacing .head module having issues 2024-04-09 21:54:59 -07:00
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 SwinV2: add configurable act_layer argument 2024-03-05 22:04:17 +01: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
twins.py More forward_intermediates() & features_only work 2024-04-09 21:29:16 -07:00
vgg.py
visformer.py
vision_transformer.py More forward_intermediates() & features_only work 2024-04-09 21:29:16 -07:00
vision_transformer_hybrid.py
vision_transformer_relpos.py Cleanup imports for vit relpos 2024-02-10 21:40:57 -08:00
vision_transformer_sam.py More forward_intermediates() & features_only work 2024-04-09 21:29:16 -07:00
volo.py
vovnet.py forward_head(), consistent pre_logits handling to reduce likelihood of people manually replacing .head module having issues 2024-04-09 21:54:59 -07:00
xception.py
xception_aligned.py forward_head(), consistent pre_logits handling to reduce likelihood of people manually replacing .head module having issues 2024-04-09 21:54:59 -07: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