mmpretrain/tests/test_backbones
ftbabi bdd6b01ae7
[Feature] Add "mixup" from Bag of Tricks (#160)
* Add mixup option

* Modify the structure of mixup and add configs

* Clean configs

* Add test for mixup and SoftCrossEntropyLoss

* Add simple test for ImageClassifier

* Fix bug in test_losses.py

* Add assertion in CrossEntropyLoss
2021-02-25 14:06:58 +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 Refactoring for ResNet family 2020-06-25 11:57:50 +08:00
test_resnet_cifar.py Add ResNet_CIFAR 2020-07-12 00:06:56 +08:00
test_resnext.py Refactoring for ResNet family 2020-06-25 11:57:50 +08:00
test_seresnet.py Refactoring for ResNet family 2020-06-25 11:57:50 +08:00
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 [Feature] Add "mixup" from Bag of Tricks (#160) 2021-02-25 14:06:58 +08:00
test_vgg.py Add VGG and pretained models (#27) 2020-09-29 17:49:42 +08:00