You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
pytorch-image-models/timm/models
Ross Wightman 4b30bae67b
Add updated vit_relpos weights, and impl w/ support for official swin-v2 differences for relpos. Add bias control support for MLP layers
2 years ago
..
layers Add updated vit_relpos weights, and impl w/ support for official swin-v2 differences for relpos. Add bias control support for MLP layers 2 years ago
pruned
__init__.py Official SwinV2 models 2 years ago
beit.py migrate azure blob for beit checkpoints 2 years ago
byoanet.py
byobnet.py
cait.py
coat.py
convit.py
convmixer.py
convnext.py
crossvit.py
cspnet.py
deit.py
densenet.py
dla.py
dpn.py
efficientnet.py
efficientnet_blocks.py
efficientnet_builder.py
factory.py
features.py
fx_features.py
ghostnet.py
gluon_resnet.py
gluon_xception.py
hardcorenas.py
helpers.py Official SwinV2 models 2 years ago
hrnet.py
hub.py
inception_resnet_v2.py
inception_v3.py
inception_v4.py
levit.py Fix pit implementation to be clsoer to deit/levit re distillation head handling 3 years ago
mlp_mixer.py
mobilenetv3.py
mobilevit.py
nasnet.py
nest.py
nfnet.py
pit.py
pnasnet.py
poolformer.py Fix poolformer group_matcher to merge proj downsample with previous block, support coarse 2 years ago
registry.py
regnet.py Fix group_matcher regex for regnet.py 2 years ago
res2net.py
resnest.py
resnet.py Missed first_conv in latest seresnext 'D' default_cfgs 2 years ago
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 2 years ago
sknet.py
swin_transformer.py
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 2 years ago
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 2 years ago
tnt.py
tresnet.py
twins.py Fix correctness of some group matching regex (no impact on result), some formatting, missed forward_head for resnet 3 years ago
vgg.py
visformer.py
vision_transformer.py Adjust arg order for recent vit model args, add a few comments 2 years ago
vision_transformer_hybrid.py Vision Transformer refactoring and Rel Pos impl 2 years ago
vision_transformer_relpos.py Add updated vit_relpos weights, and impl w/ support for official swin-v2 differences for relpos. Add bias control support for MLP layers 2 years ago
volo.py
vovnet.py
xception.py
xception_aligned.py
xcit.py