mmengine/tests
RangiLyu 1241c21296
[Fix] Fix weight initializing in test and refine registry logging. (#367)
* [Fix] Fix weight initializing and registry logging.

* sync params

* resolve comments
2022-07-19 18:28:57 +08:00
..
data [Enhance] Support using variables in base config directly as normal variables. (#329) 2022-07-14 13:05:55 +08:00
test_config [Enhance] Support using variables in base config directly as normal variables. (#329) 2022-07-14 13:05:55 +08:00
test_data [Enhance] Refine BaseDataset (#303) 2022-06-27 14:59:56 +08:00
test_device [Feat] Support training on MPS (#331) 2022-06-23 16:53:19 +08:00
test_dist [Fix]: fix RuntimeError of SyncBuffersHook (#309) 2022-06-22 20:00:46 +08:00
test_evaluator [Feature] Dump predictions to a pickle file for offline evaluation. (#293) 2022-06-14 14:48:21 +08:00
test_hook [Fix] Fix ema hook and add unit test (#327) 2022-07-04 14:23:23 +08:00
test_logging [Fix] fix resume message_hub (#353) 2022-07-14 20:13:22 +08:00
test_model [Fix]: fix MMSeparateDistributedDataParallel (#338) 2022-06-28 22:20:20 +08:00
test_optim [Enhance] Auto set the `end` of param schedulers. (#361) 2022-07-15 19:53:28 +08:00
test_registry [Enhance] Add `build_model_from_cfg` (#328) 2022-07-13 19:01:59 +08:00
test_runner [Fix] Fix weight initializing in test and refine registry logging. (#367) 2022-07-19 18:28:57 +08:00
test_utils [Feat] Support revert syncbn (#326) 2022-06-22 19:50:54 +08:00
test_visualizer