mmengine/tests
Zaida Zhou f1da9a1d7f
[Feature] Support multiple optimizers (#235)
* Support multiple optimizers

* minor refinement

* improve unit tests

* minor fix

* Update unit tests for resuming or saving ckpt for multiple optimizers

* refine docstring

* refine docstring

* fix typo

* update docstring

* refactor the logic to build multiple optimizers

* resolve comments

* ParamSchedulers spports multiple optimizers

* refine docstring

* RuntimeInfoHook supports printing multi learning rates

* resolve comments

* fix typo
2022-05-31 16:54:39 +08:00
..
data [Enhance] Update config with newest mmcv and show custom imports error explicitly (#192) 2022-05-06 22:59:54 +08:00
test_config Add pyupgrade pre-commit hook (#232) 2022-05-19 17:56:31 +08:00
test_data Add pyupgrade pre-commit hook (#232) 2022-05-19 17:56:31 +08:00
test_dist Add pyupgrade pre-commit hook (#232) 2022-05-19 17:56:31 +08:00
test_evaluator
test_hook [Feature] Support multiple optimizers (#235) 2022-05-31 16:54:39 +08:00
test_logging Add pyupgrade pre-commit hook (#232) 2022-05-19 17:56:31 +08:00
test_model [Fix] Fix ema state dict swapping in EMAHook and torch1.5 ut. (#266) 2022-05-30 16:51:06 +08:00
test_optim [Feature] Support convert epoch-based schedulers to iter-based. (#221) 2022-05-10 15:17:51 +08:00
test_registry [Enhance] Enhance error report when a module has been registered in registery. (#264) 2022-05-31 11:31:04 +08:00
test_runner [Feature] Support multiple optimizers (#235) 2022-05-31 16:54:39 +08:00
test_utils [Feature] Profiling tools (#241) 2022-05-25 10:55:07 +08:00
test_visualizer