mmengine/tests
Qian Zhao b2ad2210b5
[Feature] Support registering partial functions and more (#595)
* support registering partial functions

* Update mmengine/registry/build_functions.py

Co-authored-by: Mashiro <57566630+HAOCHENYE@users.noreply.github.com>

* Update mmengine/registry/registry.py

Co-authored-by: Mashiro <57566630+HAOCHENYE@users.noreply.github.com>

* Revert unit test and refine

* add current logger and set log level

---------

Co-authored-by: Mashiro <57566630+HAOCHENYE@users.noreply.github.com>
Co-authored-by: HAOCHENYE <21724054@zju.edu.cn>
2023-04-10 19:42:04 +08:00
..
data [Refactor] Refactor logger hook unit tests (#797) 2023-04-07 16:20:38 +08:00
test_analysis [Fix] Support calculate the flops of `matmul` with single dimension matrix (#970) 2023-03-09 17:29:26 +08:00
test_config [Enhance] Substitute the environment variable in config file (#744) 2023-02-01 10:16:47 +08:00
test_data
test_dataset [Enhancement] Clear UT warning caused by pytest (#947) 2023-02-22 12:17:56 +08:00
test_device [Feature] Support engine with NPU backend. (#572) 2022-10-24 11:42:29 +08:00
test_dist
test_evaluator [Enhancement] Replace warnings.warn with print_log (#961) 2023-03-06 17:25:28 +08:00
test_fileio [Fix] backend_args should not be modified by get_file_backend (#897) 2023-02-01 14:47:22 +08:00
test_hooks [Refactor] Refactor logger hook unit tests (#797) 2023-04-07 16:20:38 +08:00
test_hub [Enhancement] Replace warnings.warn with print_log (#961) 2023-03-06 17:25:28 +08:00
test_infer [Fix] Fix inferencer gets wrong configs path (#996) 2023-03-14 18:28:33 +08:00
test_logging [Enhancement] Support dumping logs of different ranks (#968) 2023-03-13 14:35:31 +08:00
test_model [Fix] Initialize nested modules in ddp which define 'init_weights' method (#1045) 2023-04-05 10:33:24 +08:00
test_optim [Fix] Add PyTorch 2.0 CI and fix unit tests (#1026) 2023-03-29 13:09:23 +08:00
test_registry [Feature] Support registering partial functions and more (#595) 2023-04-10 19:42:04 +08:00
test_runner [Enhance] Allow users to customize worker_init_fn of Dataloader (#1038) 2023-04-10 17:32:36 +08:00
test_structures [Docs] Update docstring of structures (#840) 2022-12-21 20:07:18 +08:00
test_testing [Enhance] enhance runner test case (#631) 2022-11-21 11:54:05 +08:00
test_utils [Enhancement] Silence error when `ManagerMixin` built instance with duplicate name. (#990) 2023-03-10 11:07:31 +08:00
test_visualizer [Feature] Add vis backend for MLflow. (#878) 2023-04-07 16:35:41 +08:00