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 d73f548b0f
Re-order vit pretrained entries for more sensible default weights (no .tag specified)
1 year ago
..
_pruned Major module / path restructure, timm.models.layers -> timm.layers, add _ prefix to all non model modules in timm.models 1 year ago
layers Add FlexiViT models and weights, refactoring, push more weights 1 year ago
__init__.py Major module / path restructure, timm.models.layers -> timm.layers, add _ prefix to all non model modules in timm.models 1 year ago
_builder.py Add FlexiViT models and weights, refactoring, push more weights 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 1 year ago
_efficientnet_builder.py Major module / path restructure, timm.models.layers -> timm.layers, add _ prefix to all non model modules in timm.models 1 year ago
_factory.py Add a deprecation phase to module re-org 1 year ago
_features.py Add a deprecation phase to module re-org 1 year ago
_features_fx.py Add a deprecation phase to module re-org 1 year ago
_helpers.py Add a deprecation phase to module re-org 1 year ago
_hub.py Working on improved model card template for push_to_hf_hub 1 year ago
_manipulate.py Add a deprecation phase to module re-org 1 year ago
_pretrained.py Add FlexiViT models and weights, refactoring, push more weights 1 year ago
_prune.py Add a deprecation phase to module re-org 1 year ago
_registry.py Add FlexiViT models and weights, refactoring, push more weights 1 year ago
beit.py Switch BEiT to HF hub weights 1 year ago
byoanet.py Major module / path restructure, timm.models.layers -> timm.layers, add _ prefix to all non model modules in timm.models 1 year ago
byobnet.py Pass through --model-kwargs (and --opt-kwargs for train) from command line through to model __init__. Update some models to improve arg overlay. Cleanup along the way. 1 year ago
cait.py Major module / path restructure, timm.models.layers -> timm.layers, add _ prefix to all non model modules in timm.models 1 year ago
coat.py Major module / path restructure, timm.models.layers -> timm.layers, add _ prefix to all non model modules in timm.models 1 year ago
convit.py Major module / path restructure, timm.models.layers -> timm.layers, add _ prefix to all non model modules in timm.models 1 year ago
convmixer.py Major module / path restructure, timm.models.layers -> timm.layers, add _ prefix to all non model modules in timm.models 1 year ago
convnext.py Pass through --model-kwargs (and --opt-kwargs for train) from command line through to model __init__. Update some models to improve arg overlay. Cleanup along the way. 1 year ago
crossvit.py Major module / path restructure, timm.models.layers -> timm.layers, add _ prefix to all non model modules in timm.models 1 year ago
cspnet.py Pass through --model-kwargs (and --opt-kwargs for train) from command line through to model __init__. Update some models to improve arg overlay. Cleanup along the way. 1 year ago
deit.py Major module / path restructure, timm.models.layers -> timm.layers, add _ prefix to all non model modules in timm.models 1 year ago
densenet.py Major module / path restructure, timm.models.layers -> timm.layers, add _ prefix to all non model modules in timm.models 1 year ago
dla.py Major module / path restructure, timm.models.layers -> timm.layers, add _ prefix to all non model modules in timm.models 1 year ago
dpn.py Major module / path restructure, timm.models.layers -> timm.layers, add _ prefix to all non model modules in timm.models 1 year ago
edgenext.py Major module / path restructure, timm.models.layers -> timm.layers, add _ prefix to all non model modules in timm.models 1 year ago
efficientformer.py Major module / path restructure, timm.models.layers -> timm.layers, add _ prefix to all non model modules in timm.models 1 year ago
efficientnet.py Update efficientnet.py and convnext.py to multi-weight, add ImageNet-12k pretrained EfficientNet-B5 and ConvNeXt-Nano. 1 year ago
factory.py Add a deprecation phase to module re-org 1 year ago
features.py Add a deprecation phase to module re-org 1 year ago
fx_features.py Add a deprecation phase to module re-org 1 year ago
gcvit.py Major module / path restructure, timm.models.layers -> timm.layers, add _ prefix to all non model modules in timm.models 1 year ago
ghostnet.py Major module / path restructure, timm.models.layers -> timm.layers, add _ prefix to all non model modules in timm.models 1 year ago
gluon_resnet.py Major module / path restructure, timm.models.layers -> timm.layers, add _ prefix to all non model modules in timm.models 1 year ago
gluon_xception.py Major module / path restructure, timm.models.layers -> timm.layers, add _ prefix to all non model modules in timm.models 1 year ago
hardcorenas.py Major module / path restructure, timm.models.layers -> timm.layers, add _ prefix to all non model modules in timm.models 1 year ago
helpers.py Add a deprecation phase to module re-org 1 year ago
hrnet.py Major module / path restructure, timm.models.layers -> timm.layers, add _ prefix to all non model modules in timm.models 1 year ago
hub.py Add a deprecation phase to module re-org 1 year ago
inception_resnet_v2.py Major module / path restructure, timm.models.layers -> timm.layers, add _ prefix to all non model modules in timm.models 1 year ago
inception_v3.py Major module / path restructure, timm.models.layers -> timm.layers, add _ prefix to all non model modules in timm.models 1 year ago
inception_v4.py Major module / path restructure, timm.models.layers -> timm.layers, add _ prefix to all non model modules in timm.models 1 year ago
levit.py Major module / path restructure, timm.models.layers -> timm.layers, add _ prefix to all non model modules in timm.models 1 year ago
maxxvit.py Add FlexiViT models and weights, refactoring, push more weights 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 1 year ago
mobilenetv3.py Convert mobilenetv3 to multi-weight, tweak PretrainedCfg metadata 1 year ago
mobilevit.py Major module / path restructure, timm.models.layers -> timm.layers, add _ prefix to all non model modules in timm.models 1 year ago
mvitv2.py Major module / path restructure, timm.models.layers -> timm.layers, add _ prefix to all non model modules in timm.models 1 year ago
nasnet.py Major module / path restructure, timm.models.layers -> timm.layers, add _ prefix to all non model modules in timm.models 1 year ago
nest.py Major module / path restructure, timm.models.layers -> timm.layers, add _ prefix to all non model modules in timm.models 1 year ago
nfnet.py Pass through --model-kwargs (and --opt-kwargs for train) from command line through to model __init__. Update some models to improve arg overlay. Cleanup along the way. 1 year ago
pit.py Major module / path restructure, timm.models.layers -> timm.layers, add _ prefix to all non model modules in timm.models 1 year ago
pnasnet.py Major module / path restructure, timm.models.layers -> timm.layers, add _ prefix to all non model modules in timm.models 1 year ago
poolformer.py Major module / path restructure, timm.models.layers -> timm.layers, add _ prefix to all non model modules in timm.models 1 year ago
pvt_v2.py Major module / path restructure, timm.models.layers -> timm.layers, add _ prefix to all non model modules in timm.models 1 year ago
registry.py Add a deprecation phase to module re-org 1 year ago
regnet.py Pass through --model-kwargs (and --opt-kwargs for train) from command line through to model __init__. Update some models to improve arg overlay. Cleanup along the way. 1 year ago
res2net.py Fix ResNet based models to work w/ norm layers w/o affine params. Reformat long arg lists into vertical form. 1 year ago
resnest.py Fix ResNet based models to work w/ norm layers w/o affine params. Reformat long arg lists into vertical form. 1 year ago
resnet.py Pass through --model-kwargs (and --opt-kwargs for train) from command line through to model __init__. Update some models to improve arg overlay. Cleanup along the way. 1 year ago
resnetv2.py Pass through --model-kwargs (and --opt-kwargs for train) from command line through to model __init__. Update some models to improve arg overlay. Cleanup along the way. 1 year ago
rexnet.py Major module / path restructure, timm.models.layers -> timm.layers, add _ prefix to all non model modules in timm.models 1 year ago
selecsls.py Major module / path restructure, timm.models.layers -> timm.layers, add _ prefix to all non model modules in timm.models 1 year ago
senet.py Major module / path restructure, timm.models.layers -> timm.layers, add _ prefix to all non model modules in timm.models 1 year ago
sequencer.py Major module / path restructure, timm.models.layers -> timm.layers, add _ prefix to all non model modules in timm.models 1 year ago
sknet.py Fix ResNet based models to work w/ norm layers w/o affine params. Reformat long arg lists into vertical form. 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 1 year ago
swin_transformer_v2.py Major module / path restructure, timm.models.layers -> timm.layers, add _ prefix to all non model modules in timm.models 1 year 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 1 year ago
tnt.py Major module / path restructure, timm.models.layers -> timm.layers, add _ prefix to all non model modules in timm.models 1 year ago
tresnet.py Major module / path restructure, timm.models.layers -> timm.layers, add _ prefix to all non model modules in timm.models 1 year ago
twins.py Major module / path restructure, timm.models.layers -> timm.layers, add _ prefix to all non model modules in timm.models 1 year ago
vgg.py Major module / path restructure, timm.models.layers -> timm.layers, add _ prefix to all non model modules in timm.models 1 year ago
visformer.py Major module / path restructure, timm.models.layers -> timm.layers, add _ prefix to all non model modules in timm.models 1 year ago
vision_transformer.py Re-order vit pretrained entries for more sensible default weights (no .tag specified) 1 year ago
vision_transformer_hybrid.py Add FlexiViT models and weights, refactoring, push more weights 1 year ago
vision_transformer_relpos.py Add FlexiViT models and weights, refactoring, push more weights 1 year ago
volo.py Major module / path restructure, timm.models.layers -> timm.layers, add _ prefix to all non model modules in timm.models 1 year ago
vovnet.py Pass through --model-kwargs (and --opt-kwargs for train) from command line through to model __init__. Update some models to improve arg overlay. Cleanup along the way. 1 year ago
xception.py Major module / path restructure, timm.models.layers -> timm.layers, add _ prefix to all non model modules in timm.models 1 year ago
xception_aligned.py Major module / path restructure, timm.models.layers -> timm.layers, add _ prefix to all non model modules in timm.models 1 year ago
xcit.py Major module / path restructure, timm.models.layers -> timm.layers, add _ prefix to all non model modules in timm.models 1 year ago