mmpretrain/configs/_base_/datasets
Weihao Yu 2eb27d0d4e
[Feature] Add PoolFormer backbone and checkpoints. (#746)
* add PoolFormer

* fix some typos in PoolFormer

* fix lint error

* modify out_indices and gap

* fix typo

* fix lint

* fix typo

* fix typo in poolforemr README

* fix lint

* Update some paths

* Refactor freeze_stages method

* Add unit tests

* Fix lint

Co-authored-by: mzr1996 <mzr1996@163.com>
2022-04-15 11:35:15 +08:00
..
pipelines [Feature] Add RepVGG backbone and checkpoints. (#414) 2021-09-29 11:06:23 +08:00
cifar10_bs16.py [Bug] Fix Cifar color channel (#280) 2021-05-31 14:15:22 +08:00
cifar100_bs16.py [Bug] Fix Cifar color channel (#280) 2021-05-31 14:15:22 +08:00
cub_bs8_384.py [Feature] Support CUB dataset. (#703) 2022-03-16 16:22:28 +08:00
cub_bs8_448.py [Feature] Support CUB dataset. (#703) 2022-03-16 16:22:28 +08:00
imagenet21k_bs128.py [Feature] Support ImageNet21k dataset. (#461) 2021-10-28 15:22:08 +08:00
imagenet_bs32.py Add model inference (#16) 2020-09-30 19:00:20 +08:00
imagenet_bs32_pil_bicubic.py [Feature] Support Wide-ResNet. (#715) 2022-03-04 14:06:34 +08:00
imagenet_bs32_pil_resize.py Add model inference (#16) 2020-09-30 19:00:20 +08:00
imagenet_bs64.py Add model inference (#16) 2020-09-30 19:00:20 +08:00
imagenet_bs64_autoaug.py [Feature] Add RepVGG backbone and checkpoints. (#414) 2021-09-29 11:06:23 +08:00
imagenet_bs64_convmixer_224.py [Feature] Support ConvMixer. (#716) 2022-03-23 15:23:57 +08:00
imagenet_bs64_mixer_224.py [Enhance] Add metafile, readme and converted models for MLP-Mixer (#539) 2021-11-24 19:04:19 +08:00
imagenet_bs64_pil_resize.py Add model inference (#16) 2020-09-30 19:00:20 +08:00
imagenet_bs64_pil_resize_autoaug.py [Feature] Add DeiT backbone and checkpoints. (#576) 2021-12-15 22:44:57 +08:00
imagenet_bs64_swin_224.py [Enhance] Add `hparams` argument in `AutoAugment` and `RandAugment` and some other improvement. (#398) 2021-08-24 18:15:54 +08:00
imagenet_bs64_swin_384.py [Fix] Fix swin transformer config (#355) 2021-07-14 15:10:20 +08:00
imagenet_bs64_t2t_224.py [Reproduction] Reproduce training results of T2T-ViT (#610) 2021-12-28 15:09:40 +08:00
imagenet_bs128_poolformer_medium_224.py [Feature] Add PoolFormer backbone and checkpoints. (#746) 2022-04-15 11:35:15 +08:00
imagenet_bs128_poolformer_small_224.py [Feature] Add PoolFormer backbone and checkpoints. (#746) 2022-04-15 11:35:15 +08:00
imagenet_bs256_rsb_a3.py [Enhancement] Improve the accuracy of ResNet (#572) 2021-12-29 10:58:42 +08:00
imagenet_bs256_rsb_a12.py [Enhancement] Improve the accuracy of ResNet (#572) 2021-12-29 10:58:42 +08:00
voc_bs16.py [Feature] Add heads and config for multilabel task (#145) 2021-01-25 18:10:14 +08:00