mmcv/tests/test_runner
Ma Zerun 6fe3722510
Refine default hooks and custom hooks priority rank. (#1120)
* Refine default hooks and custom hooks priority rank.

* Add unit tests for custom hooks with string priority.

* Use priority `ABOVE_NORMAL` and `BELOW_NORMAL` instead of `HIGHER` and
`LOWER`.

And add unit tests for custom hook with the same priority as
default hooks.
2021-06-25 15:07:32 +08:00
..
test_basemodule.py [Fix] Rename init_weight to init_weights (#971) 2021-04-20 14:49:42 +08:00
test_checkpoint.py [Feature] Support revise_keys in load_checkpoint(). (#829) 2021-03-03 10:59:11 +08:00
test_dist_utils.py Specifying distributed training port in os.environ when training with slurm (#362) 2020-06-20 00:49:44 +08:00
test_eval_hook.py EvalHook uses case-insensitive key indicator matching and configurabl… (#1076) 2021-06-24 22:08:48 +08:00
test_fp16.py Move unit tests to specific folders (#520) 2020-08-25 20:11:56 +08:00
test_hooks.py Refine default hooks and custom hooks priority rank. (#1120) 2021-06-25 15:07:32 +08:00
test_optimizer.py Support to specify LR of DCN's conv_offset (#344) 2020-09-25 20:51:58 +08:00
test_runner.py fix baserunner bug (#840) 2021-02-20 12:46:40 +08:00
test_utils.py add unittest for set_random_seed (#376) 2020-07-02 00:13:04 +08:00