.. |
layers
|
Improved (hopefully) init for SA/SA-like layers used in ByoaNets
|
2021-05-04 21:40:39 -07:00 |
pruned
|
…
|
|
__init__.py
|
Merge branch 'master' into cait
|
2021-05-05 17:29:38 -07:00 |
byoanet.py
|
More adjustments to ByoaNet models for further experiments.
|
2021-05-06 13:59:44 -07:00 |
byobnet.py
|
Update ByoaNet comments. Fix first Steam feat chs for ByobNet.
|
2021-04-12 12:11:35 -07:00 |
cait.py
|
Finish CaiT cleanup
|
2021-05-05 17:28:19 -07:00 |
coat.py
|
Fix coat first conv ident
|
2021-04-28 18:09:23 -07:00 |
cspnet.py
|
…
|
|
densenet.py
|
…
|
|
dla.py
|
Fix incorrect name of shortcut/identity paths in many residual nets. Inherited from naming in old old torchvision, long fixed there.
|
2021-05-04 21:27:15 -07:00 |
dpn.py
|
…
|
|
efficientnet.py
|
Add updated EfficientNet-V2S weights, 83.8 @ 384x384 test. Add PyTorch trained EfficientNet-B4 weights, 83.4 @ 384x384 test. Tweak non TF EfficientNet B1-B4 train/test res scaling.
|
2021-04-19 10:42:56 -07:00 |
efficientnet_blocks.py
|
Fix incorrect name of shortcut/identity paths in many residual nets. Inherited from naming in old old torchvision, long fixed there.
|
2021-05-04 21:27:15 -07:00 |
efficientnet_builder.py
|
…
|
|
factory.py
|
…
|
|
features.py
|
…
|
|
ghostnet.py
|
Fix incorrect name of shortcut/identity paths in many residual nets. Inherited from naming in old old torchvision, long fixed there.
|
2021-05-04 21:27:15 -07:00 |
gluon_resnet.py
|
…
|
|
gluon_xception.py
|
…
|
|
hardcorenas.py
|
…
|
|
helpers.py
|
…
|
|
hrnet.py
|
…
|
|
hub.py
|
…
|
|
inception_resnet_v2.py
|
…
|
|
inception_v3.py
|
…
|
|
inception_v4.py
|
…
|
|
mlp_mixer.py
|
Add official pretrained weights to MLP-Mixer, complete model cfgs.
|
2021-05-05 15:59:40 -07:00 |
mobilenetv3.py
|
A few miil weights naming tweaks to improve compat with model registry and filtering wildcards.
|
2021-04-28 10:33:02 -07:00 |
nasnet.py
|
…
|
|
nfnet.py
|
Add prelim efficientnet_v2s weights from 224x224 train, eval 83.3 @ 288. Add eca_nfnet_l1 weights, train at 256, eval 84 @ 320.
|
2021-04-11 23:26:13 -07:00 |
pit.py
|
Add Swin Transformer models from https://github.com/microsoft/Swin-Transformer
|
2021-04-13 12:17:21 -07:00 |
pnasnet.py
|
…
|
|
registry.py
|
Add default_cfg options for min_input_size / fixed_input_size, queries in model registry, and use for testing self-attn models
|
2021-04-12 11:54:22 -07:00 |
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.
|
2021-05-04 21:27:15 -07:00 |
resnest.py
|
Fix incorrect name of shortcut/identity paths in many residual nets. Inherited from naming in old old torchvision, long fixed there.
|
2021-05-04 21:27:15 -07:00 |
resnet.py
|
Fix incorrect name of shortcut/identity paths in many residual nets. Inherited from naming in old old torchvision, long fixed there.
|
2021-05-04 21:27:15 -07:00 |
resnetv2.py
|
…
|
|
rexnet.py
|
…
|
|
selecsls.py
|
…
|
|
senet.py
|
Fix incorrect name of shortcut/identity paths in many residual nets. Inherited from naming in old old torchvision, long fixed there.
|
2021-05-04 21:27:15 -07:00 |
sknet.py
|
Fix incorrect name of shortcut/identity paths in many residual nets. Inherited from naming in old old torchvision, long fixed there.
|
2021-05-04 21:27:15 -07:00 |
swin_transformer.py
|
Add Swin Transformer models from https://github.com/microsoft/Swin-Transformer
|
2021-04-13 12:17:21 -07:00 |
tnt.py
|
Add Swin Transformer models from https://github.com/microsoft/Swin-Transformer
|
2021-04-13 12:17:21 -07:00 |
tresnet.py
|
Fix incorrect name of shortcut/identity paths in many residual nets. Inherited from naming in old old torchvision, long fixed there.
|
2021-05-04 21:27:15 -07:00 |
vgg.py
|
…
|
|
vision_transformer.py
|
A few miil weights naming tweaks to improve compat with model registry and filtering wildcards.
|
2021-04-28 10:33:02 -07:00 |
vision_transformer_hybrid.py
|
…
|
|
vovnet.py
|
…
|
|
xception.py
|
…
|
|
xception_aligned.py
|
…
|
|