pytorch-image-models/timm/models
Ross Wightman c719f7eb86 More forward_intermediates() updates
* add convnext, resnet, efficientformer, levit support
* remove kwargs only for fn so that torchscript isn't broken for all :(
* use reset_classifier() consistently in prune
2024-05-03 16:22:32 -07:00
..
_pruned
layers
__init__.py
_builder.py Add features_intermediate() support to coatnet, maxvit, swin* models. Refine feature interface. Start prep of new vit weights. 2024-04-30 16:56:33 -07:00
_efficientnet_blocks.py
_efficientnet_builder.py
_factory.py
_features.py Add features_intermediate() support to coatnet, maxvit, swin* models. Refine feature interface. Start prep of new vit weights. 2024-04-30 16:56:33 -07:00
_features_fx.py Add features_intermediate() support to coatnet, maxvit, swin* models. Refine feature interface. Start prep of new vit weights. 2024-04-30 16:56:33 -07:00
_helpers.py
_hub.py
_manipulate.py
_pretrained.py
_prune.py
_registry.py Add forward_intermediates() to efficientnet / mobilenetv3 based models as an exercise. 2024-05-02 14:19:16 -07:00
beit.py More forward_intermediates() updates 2024-05-03 16:22:32 -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 More forward_intermediates() updates 2024-05-03 16:22:32 -07:00
coat.py
convit.py
convmixer.py
convnext.py More forward_intermediates() updates 2024-05-03 16:22:32 -07:00
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
deit.py More forward_intermediates() & features_only work 2024-04-09 21:29:16 -07:00
densenet.py
dla.py
dpn.py
edgenext.py
efficientformer.py More forward_intermediates() updates 2024-05-03 16:22:32 -07:00
efficientformer_v2.py
efficientnet.py More forward_intermediates() updates 2024-05-03 16:22:32 -07:00
efficientvit_mit.py
efficientvit_msra.py
eva.py More forward_intermediates() updates 2024-05-03 16:22:32 -07:00
factory.py
fastvit.py
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
hrnet.py Fix #2139, disable strict weight loading when head changes from classification 2024-04-09 08:41:37 -07:00
hub.py
inception_next.py
inception_resnet_v2.py
inception_v3.py
inception_v4.py
levit.py More forward_intermediates() updates 2024-05-03 16:22:32 -07:00
maxxvit.py More forward_intermediates() updates 2024-05-03 16:22:32 -07:00
metaformer.py
mlp_mixer.py
mobilenetv3.py More forward_intermediates() updates 2024-05-03 16:22:32 -07:00
mobilevit.py
mvitv2.py More forward_intermediates() updates 2024-05-03 16:22:32 -07:00
nasnet.py
nest.py
nextvit.py
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 More forward_intermediates() updates 2024-05-03 16:22:32 -07: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 More forward_intermediates() updates 2024-05-03 16:22:32 -07:00
swin_transformer_v2.py More forward_intermediates() updates 2024-05-03 16:22:32 -07:00
swin_transformer_v2_cr.py More forward_intermediates() updates 2024-05-03 16:22:32 -07:00
tiny_vit.py
tnt.py
tresnet.py
twins.py More forward_intermediates() updates 2024-05-03 16:22:32 -07:00
vgg.py
visformer.py
vision_transformer.py More forward_intermediates() updates 2024-05-03 16:22:32 -07:00
vision_transformer_hybrid.py More forward_intermediates() / FeatureGetterNet work 2024-04-10 15:11:34 -07:00
vision_transformer_relpos.py More forward_intermediates() updates 2024-05-03 16:22:32 -07:00
vision_transformer_sam.py More forward_intermediates() updates 2024-05-03 16:22:32 -07:00
volo.py More forward_intermediates() updates 2024-05-03 16:22:32 -07:00
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 More forward_intermediates() updates 2024-05-03 16:22:32 -07:00