mmclassification/configs/_base_/datasets
Ma Zerun 6a0a76af0c
[Enhance] Add `hparams` argument in `AutoAugment` and `RandAugment` and some other improvement. (#398)
* Add hparams argument in `AutoAugment` and `RandAugment`.

And `pad_val` supports sequence instead of tuple only.

* Add unit tests for `AutoAugment` and `hparams` in `RandAugment`.

* Use smaller test image to speed up uni tests.

* Use hparams to simplify RandAugment config in swin-transformer.

* Rename augment config name from `pipeline` to `pipelines`.

* Add some commnet ad docstring.
2021-08-24 18:15:54 +08:00
..
pipelines [Enhance] Add `hparams` argument in `AutoAugment` and `RandAugment` and some other improvement. (#398) 2021-08-24 18:15:54 +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
imagenet_bs32.py Add model inference (#16) 2020-09-30 19:00:20 +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_pil_resize.py Add model inference (#16) 2020-09-30 19:00:20 +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
voc_bs16.py [Feature] Add heads and config for multilabel task (#145) 2021-01-25 18:10:14 +08:00