You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
pytorch-image-models/timm/models
Ross Wightman 624266148d
Remove unused imports from _hub helpers
1 year ago
..
_pruned Major module / path restructure, timm.models.layers -> timm.layers, add _ prefix to all non model modules in timm.models 2 years ago
layers Davit update formatting and fix grad checkpointing (#7) 1 year ago
__init__.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. 1 year ago
_builder.py Change order of checkpoitn filtering fn application in builder, try dict, model variant first 1 year ago
_efficientnet_blocks.py Major module / path restructure, timm.models.layers -> timm.layers, add _ prefix to all non model modules in timm.models 2 years ago
_efficientnet_builder.py Major module / path restructure, timm.models.layers -> timm.layers, add _ prefix to all non model modules in timm.models 2 years ago
_factory.py Add a deprecation phase to module re-org 2 years ago
_features.py Add grad_checkpointing support to features_only, test in EfficientDet. 1 year ago
_features_fx.py Add a deprecation phase to module re-org 2 years ago
_helpers.py Add a deprecation phase to module re-org 2 years ago
_hub.py Remove unused imports from _hub helpers 1 year ago
_manipulate.py Add a deprecation phase to module re-org 2 years ago
_pretrained.py Improve support for custom dataset label name/description through HF hub export, via pretrained_cfg 1 year ago
_prune.py Update model prune loader to use pkgutil 1 year ago
_registry.py Davit update formatting and fix grad checkpointing (#7) 1 year ago
beit.py Davit update formatting and fix grad checkpointing (#7) 1 year ago
byoanet.py Major module / path restructure, timm.models.layers -> timm.layers, add _ prefix to all non model modules in timm.models 2 years ago
byobnet.py Davit update formatting and fix grad checkpointing (#7) 1 year ago
cait.py Major module / path restructure, timm.models.layers -> timm.layers, add _ prefix to all non model modules in timm.models 2 years ago
coat.py Major module / path restructure, timm.models.layers -> timm.layers, add _ prefix to all non model modules in timm.models 2 years ago
convit.py Major module / path restructure, timm.models.layers -> timm.layers, add _ prefix to all non model modules in timm.models 2 years ago
convmixer.py Major module / path restructure, timm.models.layers -> timm.layers, add _ prefix to all non model modules in timm.models 2 years ago
convnext.py Add 384x384 convnext_large_mlp laion2b fine-tune on in1k 1 year ago
crossvit.py Major module / path restructure, timm.models.layers -> timm.layers, add _ prefix to all non model modules in timm.models 2 years ago
cspnet.py Update ClassifierHead module, add reset() method, update in_chs -> in_features for consistency 1 year ago
davit.py Factor NormMlpClassifierHead from MaxxViT and use across MaxxViT / ConvNeXt / DaViT, refactor some type hints & comments 1 year ago
deit.py Major module / path restructure, timm.models.layers -> timm.layers, add _ prefix to all non model modules in timm.models 2 years ago
densenet.py Davit update formatting and fix grad checkpointing (#7) 1 year ago
dla.py Major module / path restructure, timm.models.layers -> timm.layers, add _ prefix to all non model modules in timm.models 2 years ago
dpn.py Davit update formatting and fix grad checkpointing (#7) 1 year ago
edgenext.py Major module / path restructure, timm.models.layers -> timm.layers, add _ prefix to all non model modules in timm.models 2 years ago
efficientformer.py is_scripting() guard on checkpoint_seq 1 year ago
efficientformer_v2.py Update head metadata for effformerv2 1 year ago
efficientnet.py Add grad_checkpointing support to features_only, test in EfficientDet. 1 year ago
factory.py Add a deprecation phase to module re-org 2 years ago
features.py Add a deprecation phase to module re-org 2 years ago
fx_features.py Add a deprecation phase to module re-org 2 years ago
gcvit.py Major module / path restructure, timm.models.layers -> timm.layers, add _ prefix to all non model modules in timm.models 2 years ago
ghostnet.py Major module / path restructure, timm.models.layers -> timm.layers, add _ prefix to all non model modules in timm.models 2 years ago
gluon_resnet.py Major module / path restructure, timm.models.layers -> timm.layers, add _ prefix to all non model modules in timm.models 2 years ago
gluon_xception.py Major module / path restructure, timm.models.layers -> timm.layers, add _ prefix to all non model modules in timm.models 2 years ago
hardcorenas.py Major module / path restructure, timm.models.layers -> timm.layers, add _ prefix to all non model modules in timm.models 2 years ago
helpers.py Add a deprecation phase to module re-org 2 years ago
hrnet.py Major module / path restructure, timm.models.layers -> timm.layers, add _ prefix to all non model modules in timm.models 2 years ago
hub.py Add a deprecation phase to module re-org 2 years ago
inception_resnet_v2.py Major module / path restructure, timm.models.layers -> timm.layers, add _ prefix to all non model modules in timm.models 2 years ago
inception_v3.py Major module / path restructure, timm.models.layers -> timm.layers, add _ prefix to all non model modules in timm.models 2 years ago
inception_v4.py Major module / path restructure, timm.models.layers -> timm.layers, add _ prefix to all non model modules in timm.models 2 years ago
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. 1 year ago
maxxvit.py Apply fix from #1649 to main 1 year ago
mlp_mixer.py Major module / path restructure, timm.models.layers -> timm.layers, add _ prefix to all non model modules in timm.models 2 years ago
mobilenetv3.py Add grad_checkpointing support to features_only, test in EfficientDet. 1 year ago
mobilevit.py Davit update formatting and fix grad checkpointing (#7) 1 year ago
mvitv2.py Major module / path restructure, timm.models.layers -> timm.layers, add _ prefix to all non model modules in timm.models 2 years ago
nasnet.py Major module / path restructure, timm.models.layers -> timm.layers, add _ prefix to all non model modules in timm.models 2 years ago
nest.py Major module / path restructure, timm.models.layers -> timm.layers, add _ prefix to all non model modules in timm.models 2 years ago
nfnet.py Davit update formatting and fix grad checkpointing (#7) 1 year ago
pit.py Major module / path restructure, timm.models.layers -> timm.layers, add _ prefix to all non model modules in timm.models 2 years ago
pnasnet.py Major module / path restructure, timm.models.layers -> timm.layers, add _ prefix to all non model modules in timm.models 2 years ago
poolformer.py Major module / path restructure, timm.models.layers -> timm.layers, add _ prefix to all non model modules in timm.models 2 years ago
pvt_v2.py Major module / path restructure, timm.models.layers -> timm.layers, add _ prefix to all non model modules in timm.models 2 years ago
registry.py Add a deprecation phase to module re-org 2 years ago
regnet.py Update ClassifierHead module, add reset() method, update in_chs -> in_features for consistency 1 year ago
res2net.py Davit update formatting and fix grad checkpointing (#7) 1 year ago
resnest.py Davit update formatting and fix grad checkpointing (#7) 1 year ago
resnet.py Davit update formatting and fix grad checkpointing (#7) 1 year ago
resnetv2.py Davit update formatting and fix grad checkpointing (#7) 1 year ago
rexnet.py Major module / path restructure, timm.models.layers -> timm.layers, add _ prefix to all non model modules in timm.models 2 years ago
selecsls.py Major module / path restructure, timm.models.layers -> timm.layers, add _ prefix to all non model modules in timm.models 2 years ago
senet.py Major module / path restructure, timm.models.layers -> timm.layers, add _ prefix to all non model modules in timm.models 2 years ago
sequencer.py Major module / path restructure, timm.models.layers -> timm.layers, add _ prefix to all non model modules in timm.models 2 years ago
sknet.py Davit update formatting and fix grad checkpointing (#7) 1 year ago
swin_transformer.py Major module / path restructure, timm.models.layers -> timm.layers, add _ prefix to all non model modules in timm.models 2 years ago
swin_transformer_v2.py Major module / path restructure, timm.models.layers -> timm.layers, add _ prefix to all non model modules in timm.models 2 years ago
swin_transformer_v2_cr.py Major module / path restructure, timm.models.layers -> timm.layers, add _ prefix to all non model modules in timm.models 2 years ago
tnt.py Major module / path restructure, timm.models.layers -> timm.layers, add _ prefix to all non model modules in timm.models 2 years ago
tresnet.py Major module / path restructure, timm.models.layers -> timm.layers, add _ prefix to all non model modules in timm.models 2 years ago
twins.py Major module / path restructure, timm.models.layers -> timm.layers, add _ prefix to all non model modules in timm.models 2 years ago
vgg.py Major module / path restructure, timm.models.layers -> timm.layers, add _ prefix to all non model modules in timm.models 2 years ago
visformer.py Major module / path restructure, timm.models.layers -> timm.layers, add _ prefix to all non model modules in timm.models 2 years ago
vision_transformer.py Add 'gigantic' vit clip variant for feature extraction and future fine-tuning 1 year ago
vision_transformer_hybrid.py Davit update formatting and fix grad checkpointing (#7) 1 year ago
vision_transformer_relpos.py Davit update formatting and fix grad checkpointing (#7) 1 year ago
volo.py Major module / path restructure, timm.models.layers -> timm.layers, add _ prefix to all non model modules in timm.models 2 years ago
vovnet.py Davit update formatting and fix grad checkpointing (#7) 1 year ago
xception.py Major module / path restructure, timm.models.layers -> timm.layers, add _ prefix to all non model modules in timm.models 2 years ago
xception_aligned.py Update ClassifierHead module, add reset() method, update in_chs -> in_features for consistency 1 year ago
xcit.py Major module / path restructure, timm.models.layers -> timm.layers, add _ prefix to all non model modules in timm.models 2 years ago