mirror of
https://github.com/open-mmlab/mmengine.git
synced 2025-06-03 21:54:44 +08:00
* [Fix] Fix build unnecessary loop during train/test/val * move unit test to runner * Update unit test * Fix unit test * check train_loop is None * update comment * replace(type(None)) with is not None