mmengine/tests
Zaida Zhou 98c85529b1
[Refactor] Replace torch distributed with mmengine dist module (#196)
* [Fix] Replace torch distributed with mmengine dist module

* minor refinement

* move all_reduce_params to dist.py

* add unit tests

* update unit tests

* fix test_logger.py

* add examples
2022-05-19 17:40:01 +08:00
..
data [Enhance] Update config with newest mmcv and show custom imports error explicitly (#192) 2022-05-06 22:59:54 +08:00
test_config [Enhance] Update config with newest mmcv and show custom imports error explicitly (#192) 2022-05-06 22:59:54 +08:00
test_data [Fix] Fix BaseDataset: join prefix in parse_data_info (#226) 2022-05-17 20:53:13 +08:00
test_dist [Refactor] Replace torch distributed with mmengine dist module (#196) 2022-05-19 17:40:01 +08:00
test_evaluator [Refactor] Refactor data_batch type and remove cur_dataloader in runner. (#171) 2022-04-08 15:57:10 +08:00
test_hook [Refactor] Make loop-related attributes to be runner's properties. (#236) 2022-05-18 22:35:10 +08:00
test_logging [Refactor] Replace torch distributed with mmengine dist module (#196) 2022-05-19 17:40:01 +08:00
test_model/test_wrappers [Fix]: Fix is_model_wrapper and add DistSamplerSeedHook to default hooks. (#172) 2022-04-08 22:18:23 +08:00
test_optim [Feature] Support convert epoch-based schedulers to iter-based. (#221) 2022-05-10 15:17:51 +08:00
test_registry [Fix] Fix RecursionError when key is invalid (#220) 2022-05-05 20:09:03 +08:00
test_runner [Refactor] Make loop-related attributes to be runner's properties. (#236) 2022-05-18 22:35:10 +08:00
test_utils [Enhancement] Refine logging. (#148) 2022-04-21 19:12:10 +08:00
test_visualizer Update visualizer code (#184) 2022-04-27 19:44:40 +08:00