mmengine/tests
Qian Zhao bd6791382f
[Fix] BaseModel & BaseDataPreprocessor `to` method to be consistent with torch.nn.Module (#783)
* fix BaseModel `to` method to be consistent with torch.nn.Module

* fix data_preprocessor as well

* fix docstring alignment

* fix docstring alignment
2022-12-05 18:04:47 +08:00
..
data [Fix] some out-of-date unittests (#586) 2022-10-08 19:48:51 +08:00
test_config [Fix] some out-of-date unittests (#586) 2022-10-08 19:48:51 +08:00
test_data [Fix] Fix unit test in windows (#515) 2022-09-13 11:46:21 +08:00
test_dataset [Enhance] Add `ignore_keys` in ConcatDataset (#556) 2022-11-01 17:06:02 +08:00
test_device [Feature] Support engine with NPU backend. (#572) 2022-10-24 11:42:29 +08:00
test_dist [Fix] some out-of-date unittests (#586) 2022-10-08 19:48:51 +08:00
test_evaluator [Fix] Fix offline_evaluate index error (#630) 2022-11-18 01:17:12 +08:00
test_fileio [Enhance] Add a new parameter conf_path in PetrelBackend (#774) 2022-11-29 14:23:16 +08:00
test_hooks [Fix] Fix error format of log message (#508) 2022-10-18 18:04:15 +08:00
test_hub [Docs] Fix docstring and documentation used for hub.get_model (#659) 2022-11-02 10:16:56 +08:00
test_logging [Fix] Fix unit test in windows (#515) 2022-09-13 11:46:21 +08:00
test_model [Fix] BaseModel & BaseDataPreprocessor `to` method to be consistent with torch.nn.Module (#783) 2022-12-05 18:04:47 +08:00
test_optim [Enhance] Support eta_min_ratio in CosineAnnealingParamScheduler (#725) 2022-11-22 20:19:16 +08:00
test_registry [Enhance] Call `register_all_modules` in `Registry.get()` (#541) 2022-10-24 20:15:14 +08:00
test_runner [Feature] Add get_hooks_info() to print hooks messages (#672) 2022-11-22 20:02:29 +08:00
test_structures [Enchance] remove redundant attributes in BaseDataElement (#690) 2022-11-24 21:36:19 +08:00
test_testing [Enhance] enhance runner test case (#631) 2022-11-21 11:54:05 +08:00
test_utils [Feature] Add a function to mark the deprecated function. (#609) 2022-10-24 14:49:48 +08:00
test_visualizer [Fix]: fix add_config func is not called bug (#613) 2022-10-24 09:58:10 +08:00