mmpretrain/configs/_base_/models
Ma Zerun a97ccd5579
[Fix] Fix swin transformer config (#355)
* Fix config bug in swin

* Format config and checkpoint name of swin transformer.

* Fix link in model zoo
2021-07-14 15:10:20 +08:00
..
regnet Add RegNetX configs (#269) 2021-06-04 14:29:13 +08:00
swin_transformer [Fix] Fix swin transformer config (#355) 2021-07-14 15:10:20 +08:00
mobilenet_v2_1x.py Add configs for MNIST, CIFAR10 and ImageNet 2020-07-12 00:06:57 +08:00
mobilenet_v3_large_imagenet.py Fix Mobilenetv3 structure and add pretrained model (#291) 2021-06-27 23:19:36 +08:00
mobilenet_v3_small_cifar.py Fix Mobilenetv3 structure and add pretrained model (#291) 2021-06-27 23:19:36 +08:00
mobilenet_v3_small_imagenet.py Fix Mobilenetv3 structure and add pretrained model (#291) 2021-06-27 23:19:36 +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 [Feature]Add augments to models/utils (#278) 2021-06-20 09:44:51 +08:00
resnet50_cifar_mixup.py [Feature]Add augments to models/utils (#278) 2021-06-20 09:44:51 +08:00
resnet50_cutmix.py [Feature]Add augments to models/utils (#278) 2021-06-20 09:44:51 +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 augments to models/utils (#278) 2021-06-20 09:44:51 +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 augments to models/utils (#278) 2021-06-20 09:44:51 +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