mmpretrain/mmcls/datasets/samplers
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
..
__init__.py [Feature] Repeated Aug and Sampler Registry (#588) 2021-12-21 15:26:28 +08:00
distributed_sampler.py [Feature] Repeated Aug and Sampler Registry (#588) 2021-12-21 15:26:28 +08:00
repeat_aug.py [Fix] Fix test sampler bug. (#611) 2021-12-23 18:07:41 +08:00