mmpretrain/configs/_base_/models
Jerry Jiarui XU 8d3acce307
Add ResNeSt (#25)
* Add ResNeSt

* fixed test

* refactor

* add ResNeSt base

* update modelzoo

* update modelzoo

* Add S-200,S269 _base_
2020-09-22 10:41:51 +08:00
..
mobilenet_v2_1x.py Add configs for MNIST, CIFAR10 and ImageNet 2020-07-12 00:06:57 +08:00
resnest50.py Add ResNeSt (#25) 2020-09-22 10:41:51 +08:00
resnest101.py Add ResNeSt (#25) 2020-09-22 10:41:51 +08:00
resnest200.py Add ResNeSt (#25) 2020-09-22 10:41:51 +08:00
resnest269.py Add ResNeSt (#25) 2020-09-22 10:41:51 +08:00
resnet18.py Add configs for MNIST, CIFAR10 and ImageNet 2020-07-12 00:06:57 +08:00
resnet18_cifar.py Add configs for MNIST, CIFAR10 and ImageNet 2020-07-12 00:06:57 +08:00
resnet34.py Add configs for MNIST, CIFAR10 and ImageNet 2020-07-12 00:06:57 +08:00
resnet34_cifar.py Add CIFAR10 configs and models (#38) 2020-08-26 16:34:15 +08:00
resnet50.py Add configs for MNIST, CIFAR10 and ImageNet 2020-07-12 00:06:57 +08:00
resnet50_cifar.py Add configs for MNIST, CIFAR10 and ImageNet 2020-07-12 00:06:57 +08:00
resnet101.py Add configs for MNIST, CIFAR10 and ImageNet 2020-07-12 00:06:57 +08:00
resnet101_cifar.py Add CIFAR10 configs and models (#38) 2020-08-26 16:34:15 +08:00
resnet152.py Add configs for MNIST, CIFAR10 and ImageNet 2020-07-12 00:06:57 +08:00
resnet152_cifar.py Add CIFAR10 configs and models (#38) 2020-08-26 16:34:15 +08:00
resnetv1d50.py Add configs for MNIST, CIFAR10 and ImageNet 2020-07-12 00:06:57 +08:00
resnetv1d101.py Add configs for MNIST, CIFAR10 and ImageNet 2020-07-12 00:06:57 +08:00
resnetv1d152.py Add configs for MNIST, CIFAR10 and ImageNet 2020-07-12 00:06:57 +08:00
resnext50_32x4d.py Add configs for MNIST, CIFAR10 and ImageNet 2020-07-12 00:06:57 +08:00
resnext101_32x4d.py Add configs for MNIST, CIFAR10 and ImageNet 2020-07-12 00:06:57 +08:00
resnext101_32x8d.py Add configs for MNIST, CIFAR10 and ImageNet 2020-07-12 00:06:57 +08:00
resnext152_32x4d.py Add configs for MNIST, CIFAR10 and ImageNet 2020-07-12 00:06:57 +08:00
seresnet50.py Add configs for MNIST, CIFAR10 and ImageNet 2020-07-12 00:06:57 +08:00
seresnet101.py Add configs for MNIST, CIFAR10 and ImageNet 2020-07-12 00:06:57 +08:00
seresnext50_32x4d.py Add configs for MNIST, CIFAR10 and ImageNet 2020-07-12 00:06:57 +08:00
seresnext101_32x4d.py Add configs for MNIST, CIFAR10 and ImageNet 2020-07-12 00:06:57 +08:00
shufflenet_v1_1x.py Update shufflenet config (#31) 2020-08-13 10:46:39 +08:00
shufflenet_v2_1x.py Update shufflenet config (#31) 2020-08-13 10:46:39 +08:00