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 18bf520ad1
Add eca_nfnet_l2/l3 defs for future training
3 years ago
..
layers Merge branch 'master' into levit_visformer_rednet 3 years ago
pruned added efficientnet pruned weights 4 years ago
__init__.py Merge branch 'master' into levit_visformer_rednet 3 years ago
byoanet.py Another set of byoanet models w/ ECA channel + SA + groups 3 years ago
byobnet.py Another set of byoanet models w/ ECA channel + SA + groups 3 years ago
cait.py Fix crop_pct for cait models. 3 years ago
coat.py Rethink name of patch embed grid info 3 years ago
convit.py ConViT cleanup, fix torchscript, bit of reformatting, reuse existing layers. 3 years ago
cspnet.py Support for huggingface hub via create_model and default_cfgs. 3 years ago
densenet.py Support for huggingface hub via create_model and default_cfgs. 3 years ago
dla.py Fix incorrect name of shortcut/identity paths in many residual nets. Inherited from naming in old old torchvision, long fixed there. 3 years ago
dpn.py Support for huggingface hub via create_model and default_cfgs. 3 years ago
efficientnet.py Add efficientnetv2_rw_m weights trained in PyTorch. 84.8 top-1 @ 416 test. 53M params. 3 years ago
efficientnet_blocks.py EfficientNetV2 official impl w/ weights ported from TF. Cleanup/refactor of related EfficientNet classes and models. 3 years ago
efficientnet_builder.py Prep for effcientnetv2_rw_m model weights that started training before official release.. 3 years ago
factory.py A few minor fixes and bit more cleanup on the huggingface hub integration. 3 years ago
features.py Fix some attributions, add copyrights to some file docstrings 4 years ago
ghostnet.py EfficientNetV2 official impl w/ weights ported from TF. Cleanup/refactor of related EfficientNet classes and models. 3 years ago
gluon_resnet.py Support for huggingface hub via create_model and default_cfgs. 3 years ago
gluon_xception.py Support for huggingface hub via create_model and default_cfgs. 3 years ago
hardcorenas.py EfficientNetV2 official impl w/ weights ported from TF. Cleanup/refactor of related EfficientNet classes and models. 3 years ago
helpers.py Fix pos_embed scaling for ViT and num_classes != 1000 for pretrained distilled deit and pit models. Fix #426 and fix #433 3 years ago
hrnet.py Support for huggingface hub via create_model and default_cfgs. 3 years ago
hub.py Change huggingface hub revision delimiter to '@', add hf_hub reference for eca_nfnet_l0 model as an example. 3 years ago
inception_resnet_v2.py Support for huggingface hub via create_model and default_cfgs. 3 years ago
inception_v3.py Support for huggingface hub via create_model and default_cfgs. 3 years ago
inception_v4.py Support for huggingface hub via create_model and default_cfgs. 3 years ago
levit.py Add levit, levit_c, and visformer model defs. Largely untested and not finished cleanup. 3 years ago
levitc.py Add levit, levit_c, and visformer model defs. Largely untested and not finished cleanup. 3 years ago
mlp_mixer.py mixer_b16_224_miil, mixer_b16_224_miil_in21k models 3 years ago
mobilenetv3.py EfficientNetV2 official impl w/ weights ported from TF. Cleanup/refactor of related EfficientNet classes and models. 3 years ago
nasnet.py Support for huggingface hub via create_model and default_cfgs. 3 years ago
nfnet.py Add eca_nfnet_l2/l3 defs for future training 3 years ago
pit.py Add Swin Transformer models from https://github.com/microsoft/Swin-Transformer 3 years ago
pnasnet.py Support for huggingface hub via create_model and default_cfgs. 3 years ago
registry.py Add default_cfg options for min_input_size / fixed_input_size, queries in model registry, and use for testing self-attn models 3 years ago
regnet.py Add regnety_160 weights from DeiT teacher model, update that and my regnety_032 weights to use higher test size. 3 years ago
res2net.py Fix incorrect name of shortcut/identity paths in many residual nets. Inherited from naming in old old torchvision, long fixed there. 3 years ago
resnest.py Fix incorrect name of shortcut/identity paths in many residual nets. Inherited from naming in old old torchvision, long fixed there. 3 years ago
resnet.py Move Mlp and PatchEmbed modules into layers. Being used in lots of models now... 3 years ago
resnetv2.py Fix ResNetV2 pretrained classifier issue. Fixes #540 3 years ago
rexnet.py Support for huggingface hub via create_model and default_cfgs. 3 years ago
selecsls.py Support for huggingface hub via create_model and default_cfgs. 3 years ago
senet.py Fix incorrect name of shortcut/identity paths in many residual nets. Inherited from naming in old old torchvision, long fixed there. 3 years ago
sknet.py Fix incorrect name of shortcut/identity paths in many residual nets. Inherited from naming in old old torchvision, long fixed there. 3 years ago
swin_transformer.py Rethink name of patch embed grid info 3 years ago
tnt.py extend positional embedding resizing functionality to tnt 3 years ago
tresnet.py Fix incorrect name of shortcut/identity paths in many residual nets. Inherited from naming in old old torchvision, long fixed there. 3 years ago
twins.py Update twin weights to a copy in GitHub releases for faster dl. Tweak model class comment. 3 years ago
vgg.py Support for huggingface hub via create_model and default_cfgs. 3 years ago
visformer.py Add temporary default_cfgs to visformer models so they pass tests 3 years ago
vision_transformer.py Minor adjustment, mutable default arg, extra check of valid len... 3 years ago
vision_transformer_hybrid.py Update benchmark script to add precision arg. Fix some downstream (DeiT) compat issues with latest changes. Bump version to 0.4.7 3 years ago
vovnet.py Support for huggingface hub via create_model and default_cfgs. 3 years ago
xception.py Support for huggingface hub via create_model and default_cfgs. 3 years ago
xception_aligned.py Support for huggingface hub via create_model and default_cfgs. 3 years ago