pytorch-image-models/timm/models
Ross Wightman c8b2f28096 Fix a few typos, fix fastvit proj_drop, add code link 2023-08-28 21:26:29 -07:00
..
_pruned
layers
__init__.py Adding InceptionNeXt 2023-08-24 18:31:44 -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
convnext.py
crossvit.py
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
dla.py
dpn.py
edgenext.py
efficientformer.py Remove unecessary LongTensor in EfficientFormer. Possibly maybe fix #1878 2023-08-03 16:38:53 -07:00
efficientformer_v2.py Fix typo in efficientformer_v2 2023-08-16 03:29:01 +09:00
efficientnet.py
efficientvit_mit.py Another effcientvit (mit) tweak, fix torchscript/fx conflict with autocast disable 2023-08-20 15:07:25 -07:00
efficientvit_msra.py MobileOne and FastViT weights on HF hub, more code cleanup and tweaks, features_only working. Add reparam flag to validate and benchmark, support reparm of all models with fuse(), reparameterize() or switch_to_deploy() methods on modules 2023-08-23 22:50:37 -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 Fix a few typos, fix fastvit proj_drop, add code link 2023-08-28 21:26:29 -07:00
features.py
focalnet.py
fx_features.py
gcvit.py
ghostnet.py Update attrib comment to include v2 2023-08-19 23:39:09 -07:00
hardcorenas.py
helpers.py
hrnet.py Add gluon hrnet small weights, fix #1895 2023-08-03 12:15:04 -07:00
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
mlp_mixer.py
mobilenetv3.py
mobilevit.py
mvitv2.py
nasnet.py
nest.py
nfnet.py
pit.py
pnasnet.py
pvt_v2.py
registry.py
regnet.py
repghost.py MobileOne and FastViT weights on HF hub, more code cleanup and tweaks, features_only working. Add reparam flag to validate and benchmark, support reparm of all models with fuse(), reparameterize() or switch_to_deploy() methods on modules 2023-08-23 22:50:37 -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 Fix unfortunate selecsls case bug caused by aggressive IDE rename 2023-08-03 10:37:06 -07:00
senet.py
sequencer.py
sknet.py
swin_transformer.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
swin_transformer_v2.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
swin_transformer_v2_cr.py
tnt.py
tresnet.py
twins.py
vgg.py
visformer.py
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
xception_aligned.py
xcit.py