.. |
_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
|
Add FlexiViT models and weights, refactoring, push more weights
|
2022-12-22 17:23:09 -08:00 |
__init__.py
|
update
|
2023-01-07 20:22:23 -08:00 |
_builder.py
|
Add FlexiViT models and weights, refactoring, push more weights
|
2022-12-22 17:23:09 -08: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
|
Add a deprecation phase to module re-org
|
2022-12-09 14:39:45 -08:00 |
_features_fx.py
|
Add a deprecation phase to module re-org
|
2022-12-09 14:39:45 -08:00 |
_helpers.py
|
Add a deprecation phase to module re-org
|
2022-12-09 14:39:45 -08:00 |
_hub.py
|
Working on improved model card template for push_to_hf_hub
|
2023-01-06 16:12:33 -08:00 |
_manipulate.py
|
Add a deprecation phase to module re-org
|
2022-12-09 14:39:45 -08:00 |
_pretrained.py
|
Add FlexiViT models and weights, refactoring, push more weights
|
2022-12-22 17:23:09 -08:00 |
_prune.py
|
Add a deprecation phase to module re-org
|
2022-12-09 14:39:45 -08:00 |
_registry.py
|
Add FlexiViT models and weights, refactoring, push more weights
|
2022-12-22 17:23:09 -08:00 |
beit.py
|
Switch BEiT to HF hub weights
|
2022-12-22 21:43:04 -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
|
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.
|
2023-01-06 16:12:33 -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
|
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.
|
2023-01-06 16:12:33 -08: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
|
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.
|
2023-01-06 16:12:33 -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
|
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 |
dla.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 |
dpn.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 |
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
|
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.py
|
Update efficientnet.py and convnext.py to multi-weight, add ImageNet-12k pretrained EfficientNet-B5 and ConvNeXt-Nano.
|
2022-12-14 20:33:23 -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 |
fx_features.py
|
Add a deprecation phase to module re-org
|
2022-12-09 14:39:45 -08:00 |
gcvit.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 |
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
|
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 |
maxxvit.py
|
Add FlexiViT models and weights, refactoring, push more weights
|
2022-12-22 17:23:09 -08:00 |
metaformers.py
|
Update metaformers.py
|
2023-01-17 11:56:52 -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
|
Convert mobilenetv3 to multi-weight, tweak PretrainedCfg metadata
|
2022-12-16 09:29:13 -08:00 |
mobilevit.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 |
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
|
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.
|
2023-01-06 16:12:33 -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
|
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.
|
2023-01-06 16:12:33 -08:00 |
res2net.py
|
Fix ResNet based models to work w/ norm layers w/o affine params. Reformat long arg lists into vertical form.
|
2022-12-29 16:32:26 -08:00 |
resnest.py
|
Fix ResNet based models to work w/ norm layers w/o affine params. Reformat long arg lists into vertical form.
|
2022-12-29 16:32:26 -08:00 |
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.
|
2023-01-06 16:12:33 -08:00 |
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.
|
2023-01-06 16:12:33 -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
|
Fix ResNet based models to work w/ norm layers w/o affine params. Reformat long arg lists into vertical form.
|
2022-12-29 16:32:26 -08:00 |
swin_transformer.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 |
swin_transformer_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 |
swin_transformer_v2_cr.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 |
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
|
Re-order vit pretrained entries for more sensible default weights (no .tag specified)
|
2023-01-06 16:12:33 -08:00 |
vision_transformer_hybrid.py
|
Add FlexiViT models and weights, refactoring, push more weights
|
2022-12-22 17:23:09 -08:00 |
vision_transformer_relpos.py
|
Add FlexiViT models and weights, refactoring, push more weights
|
2022-12-22 17:23:09 -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
|
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.
|
2023-01-06 16:12:33 -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
|
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 |
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 |