pytorch-image-models/timm/models
Ross Wightman 07d0c4ae96 Improve repr for DropPath module 2022-06-24 14:58:15 -07:00
..
layers Improve repr for DropPath module 2022-06-24 14:58:15 -07:00
pruned
__init__.py Support BatchNormAct2d for sync-bn use. Fix #1254 2022-06-24 14:51:26 -07:00
beit.py migrate azure blob for beit checkpoints 2022-04-23 13:02:29 +08:00
byoanet.py
byobnet.py
cait.py
coat.py
convit.py
convmixer.py
convnext.py fix convnext args 2022-04-05 20:00:57 +08:00
crossvit.py
cspnet.py
deit.py Fix pit implementation to be clsoer to deit/levit re distillation head handling 2022-03-21 11:12:14 -07:00
densenet.py
dla.py
dpn.py
efficientnet.py
efficientnet_blocks.py
efficientnet_builder.py
factory.py Revert ml-decoder changes to model factory and train script 2022-03-21 12:29:02 -07:00
features.py
fx_features.py Make a few more layers symbolically traceable (remove from FX leaf modules) 2022-03-24 21:43:56 -07:00
ghostnet.py
gluon_resnet.py
gluon_xception.py
hardcorenas.py
helpers.py Improve resolve_pretrained_cfg behaviour when no cfg exists, warn instead of crash. Improve usability ex #1311 2022-06-24 14:55:25 -07:00
hrnet.py
hub.py
inception_resnet_v2.py
inception_v3.py Improve resolve_pretrained_cfg behaviour when no cfg exists, warn instead of crash. Improve usability ex #1311 2022-06-24 14:55:25 -07:00
inception_v4.py
levit.py Fix pit implementation to be clsoer to deit/levit re distillation head handling 2022-03-21 11:12:14 -07:00
mlp_mixer.py
mobilenetv3.py
mobilevit.py
nasnet.py
nest.py
nfnet.py
pit.py Fix pit implementation to be clsoer to deit/levit re distillation head handling 2022-03-21 11:12:14 -07:00
pnasnet.py
poolformer.py Fix poolformer group_matcher to merge proj downsample with previous block, support coarse 2022-05-09 12:20:04 -07:00
registry.py
regnet.py Fix group_matcher regex for regnet.py 2022-05-09 10:40:40 -07:00
res2net.py
resnest.py
resnet.py Missed first_conv in latest seresnext 'D' default_cfgs 2022-04-22 20:55:52 -07:00
resnetv2.py
rexnet.py
selecsls.py
senet.py
sequencer.py Fix tests for rank-4 output where feature channels dim is -1 (3) and not 1 2022-05-09 15:20:24 -07:00
sknet.py
swin_transformer.py Add initial swinv2 tiny / small weights 2022-04-03 15:22:55 -07:00
swin_transformer_v2.py Add updated vit_relpos weights, and impl w/ support for official swin-v2 differences for relpos. Add bias control support for MLP layers 2022-05-13 13:53:57 -07:00
swin_transformer_v2_cr.py Remove persistent buffers from Swin-V2. Change SwinV2Cr cos attn + tau/logit_scale to match official, add ckpt convert, init_value zeros resid LN weight by default 2022-05-13 10:50:59 -07:00
tnt.py
tresnet.py
twins.py
vgg.py
visformer.py
vision_transformer.py Improve resolve_pretrained_cfg behaviour when no cfg exists, warn instead of crash. Improve usability ex #1311 2022-06-24 14:55:25 -07:00
vision_transformer_hybrid.py Vision Transformer refactoring and Rel Pos impl 2022-05-02 15:37:39 -07:00
vision_transformer_relpos.py Improve resolve_pretrained_cfg behaviour when no cfg exists, warn instead of crash. Improve usability ex #1311 2022-06-24 14:55:25 -07:00
volo.py
vovnet.py
xception.py
xception_aligned.py
xcit.py