mmpretrain/mmcls/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
samplers [Docs] Add Copyright information. (#413) 2021-08-17 19:52:42 +08:00
__init__.py [Docs] Add Copyright information. (#413) 2021-08-17 19:52:42 +08:00
base_dataset.py [Docs] Add Copyright information. (#413) 2021-08-17 19:52:42 +08:00
builder.py [Docs] Add Copyright information. (#413) 2021-08-17 19:52:42 +08:00
cifar.py [Docs] Add Copyright information. (#413) 2021-08-17 19:52:42 +08:00
dataset_wrappers.py [Docs] Add Copyright information. (#413) 2021-08-17 19:52:42 +08:00
imagenet.py [Docs] Add Copyright information. (#413) 2021-08-17 19:52:42 +08:00
mnist.py [Docs] Add Copyright information. (#413) 2021-08-17 19:52:42 +08:00
multi_label.py [Docs] Add Copyright information. (#413) 2021-08-17 19:52:42 +08:00
utils.py [Docs] Add Copyright information. (#413) 2021-08-17 19:52:42 +08:00
voc.py [Docs] Add Copyright information. (#413) 2021-08-17 19:52:42 +08:00