mmcv/tests/test_runner
Ma Zerun f5c28a6e08
[Fix] Fix missing `state_dict._metadata` when saving and loading checkpoints. (#1294)
* Fix missing `state_dict._metadata` when saving & loading checkpoints.

* Add unit tests.

* Fix default value and variable names in unit tests.
2021-09-07 17:53:33 +08:00
..
test_basemodule.py Fix potential bugs of basemodule when record the initilization information (#1217) 2021-08-11 22:05:44 +08:00
test_checkpoint.py [Fix] Fix missing `state_dict._metadata` when saving and loading checkpoints. (#1294) 2021-09-07 17:53:33 +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 [Fix] Fix the bug that the training log and evaluating log are mixed (#1252) 2021-08-11 22:41:21 +08:00
test_fp16.py Move unit tests to specific folders (#520) 2020-08-25 20:11:56 +08:00
test_hooks.py [Feature] Add windows CI (#1023) 2021-08-24 10:07:31 +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 [Feature] Add windows CI (#1023) 2021-08-24 10:07:31 +08:00
test_utils.py [Improvement] Improve digit_version & use it for version_checking (#1185) 2021-07-23 21:03:33 +08:00