mmclassification/configs/_base_/models
Ma Zerun 9f7168e770
Add RegNetX configs (#269)
* Add RegNetX configs

* Fix typo in RegNet readme.

* Use comment to mark tag.
2021-06-04 14:29:13 +08:00
..
regnet Add RegNetX configs (#269) 2021-06-04 14:29:13 +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
resnet50_cifar_cutmix.py [Bug]add cutmix_prob to config (#220) 2021-04-21 21:57:09 +08:00
resnet50_cifar_mixup.py [Feature] Add "mixup" from Bag of Tricks (#160) 2021-02-25 14:06:58 +08:00
resnet50_cutmix.py [Bug]add cutmix_prob to config (#220) 2021-04-21 21:57:09 +08:00
resnet50_label_smooth.py [Bug]Fix label smooth bug (#203) 2021-04-13 13:53:56 +08:00
resnet50_mixup.py [Feature] Add "mixup" from Bag of Tricks (#160) 2021-02-25 14:06:58 +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
vgg11.py Add VGG and pretained models (#27) 2020-09-29 17:49:42 +08:00
vgg11bn.py Add VGG and pretained models (#27) 2020-09-29 17:49:42 +08:00
vgg13.py Add VGG and pretained models (#27) 2020-09-29 17:49:42 +08:00
vgg13bn.py Add VGG and pretained models (#27) 2020-09-29 17:49:42 +08:00
vgg16.py Add VGG and pretained models (#27) 2020-09-29 17:49:42 +08:00
vgg16bn.py Add VGG and pretained models (#27) 2020-09-29 17:49:42 +08:00
vgg19.py Add VGG and pretained models (#27) 2020-09-29 17:49:42 +08:00
vgg19bn.py Add VGG and pretained models (#27) 2020-09-29 17:49:42 +08:00
vit_base_patch16_224_finetune.py [Feature]Add Vit (#214) 2021-04-16 19:22:41 +08:00
vit_base_patch16_224_pretrain.py [Feature]Add Vit (#214) 2021-04-16 19:22:41 +08:00
vit_base_patch16_384_finetune.py [Feature]Add Vit (#214) 2021-04-16 19:22:41 +08:00
vit_base_patch32_384_finetune.py Add some vit configs (#217) 2021-04-20 11:32:20 +08:00
vit_large_patch16_224_finetune.py Add some vit configs (#217) 2021-04-20 11:32:20 +08:00
vit_large_patch16_384_finetune.py Add some vit configs (#217) 2021-04-20 11:32:20 +08:00
vit_large_patch32_384_finetune.py Add some vit configs (#217) 2021-04-20 11:32:20 +08:00