pytorch-image-models/timm/models
Ross Wightman 5aebad3fbc return_map back to out_map for _feature helpers 2023-03-16 14:50:55 -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 All swin models support spatial output, add output_fmt to v1/v2 and use ClassifierHead. 2023-03-15 23:21:51 -07:00
_builder.py All swin models support spatial output, add output_fmt to v1/v2 and use ClassifierHead. 2023-03-15 23:21:51 -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 Add a deprecation phase to module re-org 2022-12-09 14:39:45 -08: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 Make safetensor import option for now. Improve avg/clean checkpoints ext handling a bit (more consistent). 2023-02-18 16:06:42 -08:00
_hub.py Make safetensor import option for now. Improve avg/clean checkpoints ext handling a bit (more consistent). 2023-02-18 16:06:42 -08:00
_manipulate.py Add a deprecation phase to module re-org 2022-12-09 14:39:45 -08:00
_pretrained.py Add type annotations to _registry.py 2023-02-22 09:19:30 -08:00
_prune.py Update model prune loader to use pkgutil 2023-02-06 17:45:16 -08:00
_registry.py Add type annotations to _registry.py 2023-02-22 09:19:30 -08:00
beit.py Davit update formatting and fix grad checkpointing (#7) 2023-01-15 14:34:56 -08:00
byoanet.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
byobnet.py Davit update formatting and fix grad checkpointing (#7) 2023-01-15 14:34:56 -08:00
cait.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
coat.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
convit.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
convmixer.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
convnext.py All swin models support spatial output, add output_fmt to v1/v2 and use ClassifierHead. 2023-03-15 23:21:51 -07:00
crossvit.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
cspnet.py Update ClassifierHead module, add reset() method, update in_chs -> in_features for consistency 2023-01-20 14:44:05 -08:00
davit.py Improve tracing of window attn models with simpler reshape logic 2023-02-17 07:59:06 -08:00
deit.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
densenet.py Davit update formatting and fix grad checkpointing (#7) 2023-01-15 14:34:56 -08:00
dla.py All swin models support spatial output, add output_fmt to v1/v2 and use ClassifierHead. 2023-03-15 23:21:51 -07:00
dpn.py All swin models support spatial output, add output_fmt to v1/v2 and use ClassifierHead. 2023-03-15 23:21:51 -07:00
edgenext.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
efficientformer.py is_scripting() guard on checkpoint_seq 2023-02-04 14:21:49 -08:00
efficientformer_v2.py Update head metadata for effformerv2 2023-02-04 23:11:51 -08:00
efficientnet.py Add grad_checkpointing support to features_only, test in EfficientDet. 2023-02-09 17:45:40 -08: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 All swin models support spatial output, add output_fmt to v1/v2 and use ClassifierHead. 2023-03-15 23:21:51 -07:00
fx_features.py Add a deprecation phase to module re-org 2022-12-09 14:39:45 -08:00
gcvit.py All swin models support spatial output, add output_fmt to v1/v2 and use ClassifierHead. 2023-03-15 23:21:51 -07:00
ghostnet.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
gluon_resnet.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
gluon_xception.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
hardcorenas.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
helpers.py Add a deprecation phase to module re-org 2022-12-09 14:39:45 -08:00
hrnet.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
hub.py Add a deprecation phase to module re-org 2022-12-09 14:39:45 -08:00
inception_resnet_v2.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
inception_v3.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
inception_v4.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
levit.py Add EfficientFormer-V2, refactor EfficientFormer and Levit for more uniformity across the 3 related arch. Add features_out support to levit conv models and efficientformer_v2. All weights on hub. 2023-02-03 14:12:29 -08:00
maxxvit.py Add Final annotation to attn_fas to avoid symbol lookup of new scaled_dot_product_attn fn on old PyTorch in jit 2023-02-16 16:57:42 -08:00
mlp_mixer.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
mobilenetv3.py All swin models support spatial output, add output_fmt to v1/v2 and use ClassifierHead. 2023-03-15 23:21:51 -07:00
mobilevit.py chore: Modify the MobileVitV2Block to be coreml exportable 2023-03-03 09:38:24 +01:00
mvitv2.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
nasnet.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
nest.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
nfnet.py Davit update formatting and fix grad checkpointing (#7) 2023-01-15 14:34:56 -08:00
pit.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
pnasnet.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
poolformer.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
pvt_v2.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
registry.py Add a deprecation phase to module re-org 2022-12-09 14:39:45 -08:00
regnet.py Update ClassifierHead module, add reset() method, update in_chs -> in_features for consistency 2023-01-20 14:44:05 -08:00
res2net.py Davit update formatting and fix grad checkpointing (#7) 2023-01-15 14:34:56 -08:00
resnest.py Davit update formatting and fix grad checkpointing (#7) 2023-01-15 14:34:56 -08:00
resnet.py Davit update formatting and fix grad checkpointing (#7) 2023-01-15 14:34:56 -08:00
resnetv2.py Davit update formatting and fix grad checkpointing (#7) 2023-01-15 14:34:56 -08:00
rexnet.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
selecsls.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
senet.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
sequencer.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
sknet.py Davit update formatting and fix grad checkpointing (#7) 2023-01-15 14:34:56 -08:00
swin_transformer.py All swin models support spatial output, add output_fmt to v1/v2 and use ClassifierHead. 2023-03-15 23:21:51 -07:00
swin_transformer_v2.py All swin models support spatial output, add output_fmt to v1/v2 and use ClassifierHead. 2023-03-15 23:21:51 -07:00
swin_transformer_v2_cr.py All swin models support spatial output, add output_fmt to v1/v2 and use ClassifierHead. 2023-03-15 23:21:51 -07:00
tnt.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
tresnet.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
twins.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
vgg.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
visformer.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
vision_transformer.py Remove dead line 2023-02-16 16:57:42 -08:00
vision_transformer_hybrid.py Davit update formatting and fix grad checkpointing (#7) 2023-01-15 14:34:56 -08:00
vision_transformer_relpos.py Add Final annotation to attn_fas to avoid symbol lookup of new scaled_dot_product_attn fn on old PyTorch in jit 2023-02-16 16:57:42 -08:00
volo.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
vovnet.py Davit update formatting and fix grad checkpointing (#7) 2023-01-15 14:34:56 -08:00
xception.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
xception_aligned.py Update ClassifierHead module, add reset() method, update in_chs -> in_features for consistency 2023-01-20 14:44:05 -08:00
xcit.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