mmengine/tests
Zaida Zhou 7e1d7af2d9
[Refactor] Refactor code structure (#395)
* Rename data to structure

* adjust the way to import module

* adjust the way to import module

* rename Structure to Data Structures in docs api

* rename structure to structures

* support using some modules of mmengine without torch

* fix circleci config

* fix circleci config

* fix registry ut

* minor fix

* move init method from model/utils to model/weight_init.py

* move init method from model/utils to model/weight_init.py

* move sync_bn to model

* move functions depending on torch to dl_utils

* format import

* fix logging ut

* add weight init in model/__init__.py

* move get_config and get_model to mmengine/hub

* move log_processor.py to mmengine/runner

* fix ut

* Add TimeCounter in dl_utils/__init__.py
2022-08-24 19:14:07 +08:00
..
data [Refactor]: migrate LMDB backends and modifications from open-mmlab/mmcv#1764 and open-mmlab/mmcv#1747 (#426) 2022-08-19 16:06:49 +08:00
test_config [Refactor] Refactor code structure (#395) 2022-08-24 19:14:07 +08:00
test_dataset [Refactor] Refactor code structure (#395) 2022-08-24 19:14:07 +08:00
test_device [Feat] Support training on MPS (#331) 2022-06-23 16:53:19 +08:00
test_dist [Refactor] Refactor code structure (#395) 2022-08-24 19:14:07 +08:00
test_evaluator [Refactor] Refactor code structure (#395) 2022-08-24 19:14:07 +08:00
test_fileio [Refactor]: migrate LMDB backends and modifications from open-mmlab/mmcv#1764 and open-mmlab/mmcv#1747 (#426) 2022-08-19 16:06:49 +08:00
test_hooks [Refactor] Refactor code structure (#395) 2022-08-24 19:14:07 +08:00
test_hub [Refactor] Refactor code structure (#395) 2022-08-24 19:14:07 +08:00
test_logging [Refactor] Refactor code structure (#395) 2022-08-24 19:14:07 +08:00
test_model [Refactor] Refactor code structure (#395) 2022-08-24 19:14:07 +08:00
test_optim [Refactor] Refactor code structure (#395) 2022-08-24 19:14:07 +08:00
test_registry [Refactor] Refactor code structure (#395) 2022-08-24 19:14:07 +08:00
test_runner [Refactor] Refactor code structure (#395) 2022-08-24 19:14:07 +08:00
test_structures [Refactor] Refactor code structure (#395) 2022-08-24 19:14:07 +08:00
test_utils [Refactor] Refactor code structure (#395) 2022-08-24 19:14:07 +08:00
test_visualizer [Visualizer] use FigureManager to manage figure to avoid affecting plt.show() outside Visualizer(#440) 2022-08-22 17:16:14 +08:00