mmcv/tests/test_runner
imyhxy 37121bf4f4
[Fix] Fix the bug of momentum updater with warmup policy (#1626)
* fix momentum updater typo bug

* Add unit test for 'constant', 'linear' and 'exp' momentum warmup policy
2022-01-18 17:33:07 +08:00
..
test_basemodule.py [Feature] Add ModuleDict inherited from BaseModule and ModuleDict (#1542) 2021-12-06 11:56:12 +08:00
test_checkpoint.py [Fix] Fix checkpoint local files detect (#1549) 2021-12-14 13:17:29 +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 print a warning information when eval_res is an empty dict 2021-11-10 15:44:48 +08:00
test_fp16.py Move unit tests to specific folders (#520) 2020-08-25 20:11:56 +08:00
test_hooks.py [Fix] Fix the bug of momentum updater with warmup policy (#1626) 2022-01-18 17:33:07 +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] Fix some warnings in unittest (#1522) 2021-12-22 10:57:10 +08:00
test_utils.py [Improvement] Improve digit_version & use it for version_checking (#1185) 2021-07-23 21:03:33 +08:00