mmpretrain/mmcls/datasets
takuoko aa522f4309
[Feature] Support CUB dataset. (#703)
* support cub dataset

* support cub dataset

* fix train lint error

* add docs

* fix class label

Co-authored-by: Ezra-Yu <1105212286@qq.com>

* del debug code

* skip docformatter problem

* add unit tests

* add CUB baseline configs and chpts

* fix some typos

* fix name style

* update flops

Co-authored-by: Ezra-Yu <1105212286@qq.com>
2022-03-16 16:22:28 +08:00
..
pipelines [Refactor] Remove deprecation. (#633) 2022-02-10 09:30:18 +08:00
samplers [Fix] Fix test sampler bug. (#611) 2021-12-23 18:07:41 +08:00
__init__.py [Feature] Support CUB dataset. (#703) 2022-03-16 16:22:28 +08:00
base_dataset.py [Feature] Add `evaluate` function for ConcatDataset. (#650) 2022-02-28 12:46:17 +08:00
builder.py [Feature] Add `evaluate` function for ConcatDataset. (#650) 2022-02-28 12:46:17 +08:00
cifar.py [Docs] Add Copyright information. (#413) 2021-08-17 19:52:42 +08:00
cub.py [Feature] Support CUB dataset. (#703) 2022-03-16 16:22:28 +08:00
dataset_wrappers.py [Feature] Add `evaluate` function for ConcatDataset. (#650) 2022-02-28 12:46:17 +08:00
imagenet.py [Docs] Add Copyright information. (#413) 2021-08-17 19:52:42 +08:00
imagenet21k.py [Docs] Fix docs build dependency. (#584) 2021-12-07 11:16:33 +08:00
mnist.py [Docs] Add Copyright information. (#413) 2021-08-17 19:52:42 +08:00
multi_label.py [Refactor] Remove deprecation. (#633) 2022-02-10 09:30:18 +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