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 b1c2e3eb92
Match rel_pos_indices attr rename in conv branch
3 years ago
..
layers Match rel_pos_indices attr rename in conv branch 3 years ago
pruned
__init__.py
beit.py
byoanet.py Add relative pos embed option to LambdaLayer, fix last transpose/reshape. 3 years ago
byobnet.py Make 'regnetz' model experiments closer to actual RegNetZ, bottleneck expansion, expand from in_chs, no shortcut on stride 2, tweak model sizes 3 years ago
cait.py
coat.py
convit.py Merge branch 'master' into cleanup_xla_model_fixes 3 years ago
crossvit.py
cspnet.py
densenet.py
dla.py
dpn.py
efficientnet.py
efficientnet_blocks.py
efficientnet_builder.py Able to use other attn layer in EfficientNet now. Create test ECA + GC B0 configs. Make ECA more configurable. 3 years ago
factory.py
features.py
ghostnet.py
gluon_resnet.py
gluon_xception.py
hardcorenas.py Bring EfficientNet SE layer in line with others, pull se_ratio outside of blocks. Allows swapping w/ other attn layers. 3 years ago
helpers.py
hrnet.py
hub.py
inception_resnet_v2.py Support for huggingface hub via create_model and default_cfgs. 4 years ago
inception_v3.py
inception_v4.py
levit.py
mlp_mixer.py Add gMLP-S weights, 79.6 top-1 3 years ago
mobilenetv3.py
nasnet.py
nest.py
nfnet.py
pit.py Refactoring, cleanup, improved test coverage. 3 years ago
pnasnet.py
registry.py
regnet.py
res2net.py Fix incorrect name of shortcut/identity paths in many residual nets. Inherited from naming in old old torchvision, long fixed there. 3 years ago
resnest.py Add non-local and BAT attention. Merge attn and self-attn factories into one. Add attention references to README. Add mlp 'mode' to ECA. 3 years ago
resnet.py
resnetv2.py
rexnet.py
selecsls.py
senet.py
sknet.py
swin_transformer.py
tnt.py
tresnet.py
twins.py
vgg.py
visformer.py Fix a few issues loading pretrained vit/bit npz weights w/ num_classes=0 __init__ arg. Missed a few other small classifier handling detail on Mlp, GhostNet, Levit. Should fix #713 3 years ago
vision_transformer.py
vision_transformer_hybrid.py AugReg release 3 years ago
vovnet.py
xception.py
xception_aligned.py
xcit.py