pytorch-image-models/timm/models
Yassine b500cae4c5 fastvit: don't dropout in eval 2023-10-05 08:58:41 -07:00
..
_pruned
layers
__init__.py add tinyvit 2023-09-01 11:05:56 -07:00
_builder.py
_efficientnet_blocks.py
_efficientnet_builder.py
_factory.py
_features.py
_features_fx.py Register orm_act layers as leaf modules 2023-08-10 15:37:26 +10:00
_helpers.py
_hub.py
_manipulate.py
_pretrained.py
_prune.py
_registry.py
beit.py Add more advanced interpolation method from BEiT and support non-square window & image size adaptation for 2023-08-08 16:41:16 -07:00
byoanet.py
byobnet.py Fix first_conv for mobileone and fastvit 2023-08-23 22:50:37 -07:00
cait.py
coat.py Fix #1912 CoaT model not loading w/ return_interm_layers 2023-08-10 11:15:58 -07:00
convit.py
convmixer.py Added missing RuntimeError to builder functions of models that do not currently support feature extraction 2023-09-19 08:19:14 -07:00
convnext.py Add typing to all model entrypoint fns, add old cache check env var to builder 2023-05-08 08:52:38 -07:00
crossvit.py Add typing to all model entrypoint fns, add old cache check env var to builder 2023-05-08 08:52:38 -07:00
cspnet.py
davit.py
deit.py dynamic_size -> dynamic_img_size, add dynamic_img_pad for padding option 2023-08-27 15:58:35 -07:00
densenet.py Add typing to all model entrypoint fns, add old cache check env var to builder 2023-05-08 08:52:38 -07:00
dla.py
dpn.py
edgenext.py Add typing to all model entrypoint fns, add old cache check env var to builder 2023-05-08 08:52:38 -07:00
efficientformer.py Added missing RuntimeError to builder functions of models that do not currently support feature extraction 2023-09-19 08:19:14 -07:00
efficientformer_v2.py Fix typo in efficientformer_v2 2023-08-16 03:29:01 +09:00
efficientnet.py
efficientvit_mit.py Update README. Fine-grained layer-wise lr decay working for tiny_vit and both efficientvits. Minor fixes. 2023-09-01 15:05:29 -07:00
efficientvit_msra.py Update README. Fine-grained layer-wise lr decay working for tiny_vit and both efficientvits. Minor fixes. 2023-09-01 15:05:29 -07:00
eva.py dynamic_size -> dynamic_img_size, add dynamic_img_pad for padding option 2023-08-27 15:58:35 -07:00
factory.py
fastvit.py fastvit: don't dropout in eval 2023-10-05 08:58:41 -07:00
features.py Add a deprecation phase to module re-org 2022-12-09 14:39:45 -08:00
focalnet.py Add typing to all model entrypoint fns, add old cache check env var to builder 2023-05-08 08:52:38 -07:00
fx_features.py
gcvit.py
ghostnet.py Fix in_features for linear layer in reset_classifier. 2023-09-13 09:29:38 -07:00
hardcorenas.py
helpers.py
hrnet.py
hub.py
inception_next.py Fix a few typos, fix fastvit proj_drop, add code link 2023-08-28 21:26:29 -07:00
inception_resnet_v2.py
inception_v3.py
inception_v4.py
levit.py
maxxvit.py Add more advanced interpolation method from BEiT and support non-square window & image size adaptation for 2023-08-08 16:41:16 -07:00
metaformer.py Add typing to all model entrypoint fns, add old cache check env var to builder 2023-05-08 08:52:38 -07:00
mlp_mixer.py
mobilenetv3.py
mobilevit.py Add typing to all model entrypoint fns, add old cache check env var to builder 2023-05-08 08:52:38 -07:00
mvitv2.py Added missing RuntimeError to builder functions of models that do not currently support feature extraction 2023-09-19 08:19:14 -07:00
nasnet.py
nest.py
nfnet.py
pit.py
pnasnet.py
pvt_v2.py Missed a few pretrained tags... 2023-05-10 12:16:30 -07:00
registry.py
regnet.py
repghost.py Update repghost.py 2023-09-15 11:41:56 -07:00
repvit.py RepViT weights on HF hub 2023-08-25 10:39:02 -07:00
res2net.py
resnest.py
resnet.py
resnetv2.py
rexnet.py
selecsls.py
senet.py
sequencer.py
sknet.py
swin_transformer.py Add pretrained patch embed resizing to swin 2023-09-27 10:27:28 -07:00
swin_transformer_v2.py Add pretrained patch embed resizing to swin 2023-09-27 10:27:28 -07:00
swin_transformer_v2_cr.py
tiny_vit.py Update tiny_vit.py to fix bug 2023-09-23 10:05:52 -07:00
tnt.py
tresnet.py
twins.py
vgg.py
visformer.py F.sdpa for visformer fails w/o contiguous on qkv, make experimental 2023-05-11 11:37:37 -07:00
vision_transformer.py dynamic_size -> dynamic_img_size, add dynamic_img_pad for padding option 2023-08-27 15:58:35 -07:00
vision_transformer_hybrid.py dynamic_size -> dynamic_img_size, add dynamic_img_pad for padding option 2023-08-27 15:58:35 -07:00
vision_transformer_relpos.py
vision_transformer_sam.py Fix samvit bug, add F.sdpa support and ROPE option (#1920) 2023-08-20 21:22:59 -07:00
volo.py
vovnet.py
xception.py Add typing to all model entrypoint fns, add old cache check env var to builder 2023-05-08 08:52:38 -07:00
xception_aligned.py
xcit.py Added missing RuntimeError to builder functions of models that do not currently support feature extraction 2023-09-19 08:19:14 -07:00