mmpretrain/mmcls/datasets
Zhicheng Chen da39ca6898
[Fix] Fix test sampler bug. (#611)
* sampler bugfixes

* sampler bugfixes

* reorganize code

* minor fixes

* reorganize code

* minor fixes

* Use `mmcv.runner.get_dist_info` instead of `dist` package to get rank
and world size.

* Add `build_dataloader` unit tests and fix sampler's unit tests.

* Fix unit tests

* Fix unit tests

Co-authored-by: mzr1996 <mzr1996@163.com>
2021-12-23 18:07:41 +08:00
..
pipelines [Fix] Fix interpolation method checking in `Resize` (#547) 2021-11-19 17:38:25 +08:00
samplers [Fix] Fix test sampler bug. (#611) 2021-12-23 18:07:41 +08:00
__init__.py [Feature] Repeated Aug and Sampler Registry (#588) 2021-12-21 15:26:28 +08:00
base_dataset.py [Fix] Fix cal_acc bug caused by the return type of accuracy. 2021-12-14 16:21:25 +08:00
builder.py [Fix] Fix test sampler bug. (#611) 2021-12-23 18:07:41 +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
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 [Fix] Fix bug when using `ClassBalancedDataset` (#555) 2021-11-26 09:40:00 +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