pytorch-image-models/timm/models
Ross Wightman d6c348765a Fix first_conv for mobileone and fastvit 2023-08-23 22:50:37 -07:00
..
_pruned
layers
__init__.py More fastvit & mobileone updates, ready for weight upload 2023-08-23 22:50:37 -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
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
factory.py
fastvit.py Fix first_conv for mobileone and fastvit 2023-08-23 22:50:37 -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_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 Some RepVit tweaks 2023-08-09 12:41:12 -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
vision_transformer_hybrid.py
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