pytorch-image-models/timm/models
Ross Wightman 63417b438f TinyViT adjustments
* keep most of net in BCHW layout, performance appears same, can remove static resolution attribs and features easier to use
* add F.sdpa, decent gains in pt 2.1
* tweak crop pct based on eval
2023-09-01 11:05:56 -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
_helpers.py
_hub.py
_manipulate.py
_pretrained.py
_prune.py
_registry.py
beit.py
byoanet.py
byobnet.py Fix first_conv for mobileone and fastvit 2023-08-23 22:50:37 -07:00
cait.py
coat.py
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
efficientformer_v2.py
efficientnet.py
efficientvit_mit.py Fix #1935 , torch.amp.autocast -> torch.autocast (namespace issue for 1.10 pt compat) 2023-08-30 15:03:28 -07:00
efficientvit_msra.py add tinyvit 2023-09-01 11:05:56 -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
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
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
senet.py
sequencer.py
sknet.py
swin_transformer.py
swin_transformer_v2.py
swin_transformer_v2_cr.py
tiny_vit.py TinyViT adjustments 2023-09-01 11:05:56 -07:00
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