mmclassification/tests/test_backbones
Lei Yang bc1b08ba41
Add VGG and pretained models (#27)
* add vgg

* add vgg model coversion tool

* fix out_indices and docstr

* add vgg models in configs

* add params, flops and accuracy in docs

* add pretrained models url

* use ConvModule and refine var names

* update vgg conversion tool

* modify bn config

* add docs for arch_setting

* add unit test for vgg

* rm debug code

* update vgg pretrained models
2020-09-29 17:49:42 +08:00
..
test_mobilenet_v2.py update shufflenet_v1 2020-07-12 00:06:55 +08:00
test_mobilenet_v3.py update shufflenet_v1 2020-07-12 00:06:55 +08:00
test_regnet.py Add RegNet 2020-07-01 14:21:45 +08:00
test_resnest.py Add ResNeSt (#25) 2020-09-22 10:41:51 +08:00
test_resnet.py
test_resnet_cifar.py Add ResNet_CIFAR 2020-07-12 00:06:56 +08:00
test_resnext.py
test_seresnet.py
test_seresnext.py Fix the mid_channels of SEResNeXt 2020-07-07 11:25:48 +08:00
test_shufflenet_v1.py Add ResNeSt (#25) 2020-09-22 10:41:51 +08:00
test_shufflenet_v2.py update shufflenet_v1 2020-07-12 00:06:55 +08:00
test_utils.py Dev mobilenetv3 2020-06-30 15:50:36 +08:00
test_vgg.py Add VGG and pretained models (#27) 2020-09-29 17:49:42 +08:00