.. |
layers
|
Merge branch 'mrT23-master'
|
2022-03-21 12:30:02 -07:00 |
pruned
|
…
|
|
__init__.py
|
Swin V2 CR impl refactor.
|
2022-02-23 17:28:52 -08:00 |
beit.py
|
Cleanup qkv_bias cat in beit model so it can be traced
|
2021-11-18 21:25:00 -08:00 |
byoanet.py
|
Updated lamhalobotnet weights, 81.5 top-1
|
2021-11-21 19:49:51 -08:00 |
byobnet.py
|
Add RegNetZ-D8 (83.5 @ 256, 84 @ 320) and RegNetZ-E8 (84.5 @ 256, 85 @ 320) weights. Update names of existing RegZ models to include group size.
|
2021-11-20 15:52:04 -08:00 |
cait.py
|
Fix MobileNetV2 head conv size for multiplier < 1.0. Add some missing modification copyrights, fix starting date of some old ones.
|
2022-01-14 16:28:27 -08:00 |
coat.py
|
rename notrace registration and standardize trace_utils imports
|
2021-11-15 21:03:21 +00:00 |
convit.py
|
Fix MobileNetV2 head conv size for multiplier < 1.0. Add some missing modification copyrights, fix starting date of some old ones.
|
2022-01-14 16:28:27 -08:00 |
convmixer.py
|
…
|
|
convnext.py
|
unbiased=False for torch.var_mean path of ConvNeXt LN. Fix #1090
|
2022-01-17 09:25:06 -08:00 |
crossvit.py
|
Fix MobileNetV2 head conv size for multiplier < 1.0. Add some missing modification copyrights, fix starting date of some old ones.
|
2022-01-14 16:28:27 -08:00 |
cspnet.py
|
Fix MobileNetV2 head conv size for multiplier < 1.0. Add some missing modification copyrights, fix starting date of some old ones.
|
2022-01-14 16:28:27 -08:00 |
densenet.py
|
…
|
|
dla.py
|
…
|
|
dpn.py
|
…
|
|
efficientnet.py
|
Last batch of small model weights (for now). mobilenetv3_small 050/075/100 and updated mnasnet_small with lambc/lamb optimizer.
|
2022-01-19 10:02:02 -08:00 |
efficientnet_blocks.py
|
Fix MobileNetV2 head conv size for multiplier < 1.0. Add some missing modification copyrights, fix starting date of some old ones.
|
2022-01-14 16:28:27 -08:00 |
efficientnet_builder.py
|
Fix MobileNetV2 head conv size for multiplier < 1.0. Add some missing modification copyrights, fix starting date of some old ones.
|
2022-01-14 16:28:27 -08:00 |
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
|
Minor post FX merge cleanup
|
2021-11-18 19:47:07 -08:00 |
ghostnet.py
|
…
|
|
gluon_resnet.py
|
…
|
|
gluon_xception.py
|
…
|
|
hardcorenas.py
|
…
|
|
helpers.py
|
Add Dino pretrained weights (no head) for vit models. Add support to tests and helpers for models w/ no classifier (num_classes=0 in pretrained cfg)
|
2022-01-17 12:20:02 -08:00 |
hrnet.py
|
…
|
|
hub.py
|
Post merge cleanup. Fix potential security issue passing kwargs directly through to serialized web data.
|
2021-11-23 16:54:01 -08:00 |
inception_resnet_v2.py
|
…
|
|
inception_v3.py
|
…
|
|
inception_v4.py
|
…
|
|
levit.py
|
Fix MobileNetV2 head conv size for multiplier < 1.0. Add some missing modification copyrights, fix starting date of some old ones.
|
2022-01-14 16:28:27 -08:00 |
mlp_mixer.py
|
Added DINO pretrained ResMLP models.
|
2021-11-24 15:02:46 +02:00 |
mobilenetv3.py
|
Last batch of small model weights (for now). mobilenetv3_small 050/075/100 and updated mnasnet_small with lambc/lamb optimizer.
|
2022-01-19 10:02:02 -08:00 |
nasnet.py
|
…
|
|
nest.py
|
rename notrace registration and standardize trace_utils imports
|
2021-11-15 21:03:21 +00:00 |
nfnet.py
|
rename notrace registration and standardize trace_utils imports
|
2021-11-15 21:03:21 +00:00 |
pit.py
|
…
|
|
pnasnet.py
|
…
|
|
registry.py
|
…
|
|
regnet.py
|
…
|
|
res2net.py
|
…
|
|
resnest.py
|
…
|
|
resnet.py
|
Add AvgPool2d anti-aliasing support to ResNet arch (as per OpenAI CLIP models), add a few blur aa models as well
|
2022-01-18 21:57:24 -08:00 |
resnetv2.py
|
Prep a set of ResNetV2 models with GroupNorm, EvoNormB0, EvoNormS0 for BN free model experiments on TPU and IPU
|
2021-11-19 17:37:00 -08:00 |
rexnet.py
|
wip -rebase
|
2021-11-12 20:45:05 +00:00 |
selecsls.py
|
…
|
|
senet.py
|
…
|
|
sknet.py
|
…
|
|
swin_transformer.py
|
Fix MobileNetV2 head conv size for multiplier < 1.0. Add some missing modification copyrights, fix starting date of some old ones.
|
2022-01-14 16:28:27 -08:00 |
swin_transformer_v2_cr.py
|
Missed comitting outstanding changes to default_cfg keys and test exclusions for swin v2
|
2022-02-23 19:50:26 -08:00 |
tnt.py
|
rename notrace registration and standardize trace_utils imports
|
2021-11-15 21:03:21 +00:00 |
tresnet.py
|
…
|
|
twins.py
|
rename notrace registration and standardize trace_utils imports
|
2021-11-15 21:03:21 +00:00 |
vgg.py
|
Fix MobileNetV2 head conv size for multiplier < 1.0. Add some missing modification copyrights, fix starting date of some old ones.
|
2022-01-14 16:28:27 -08:00 |
visformer.py
|
Fix MobileNetV2 head conv size for multiplier < 1.0. Add some missing modification copyrights, fix starting date of some old ones.
|
2022-01-14 16:28:27 -08:00 |
vision_transformer.py
|
Add vit_base2_patch32_256 for a model between base_patch16 and patch32 with a slightly larger img size and width
|
2022-01-24 14:46:47 -08:00 |
vision_transformer_hybrid.py
|
Merge pull request #1007 from qwertyforce/patch-1
|
2022-03-21 12:12:58 -07:00 |
vovnet.py
|
…
|
|
xception.py
|
…
|
|
xception_aligned.py
|
…
|
|
xcit.py
|
Fix MobileNetV2 head conv size for multiplier < 1.0. Add some missing modification copyrights, fix starting date of some old ones.
|
2022-01-14 16:28:27 -08:00 |