mmcv/tests/test_runner
Sharpiless 969e2af866
[Feature] Support for linearly learning rate decay (#1627)
* update support for linearly learning rate decay

* Fix LinearAnnealingLrUpdaterHook, update LinearAnnealingMomentumUpdaterHook, add unit test

add docstring

add docstring

update linear lr momentum schedule test

fix ci

Fix CI

* add lr and momentum hook to runner and hooks package

add lr and momentum hook to runner and hooks package

* replace multi_optimziers with multi_optimizers

Co-authored-by: HAOCHENYE <21724054@zju.edu.cn>
Co-authored-by: Mashiro <57566630+HAOCHENYE@users.noreply.github.com>
2022-03-31 09:39:40 +08:00
..
test_basemodule.py Add copyright pre-commit-hook (#1742) 2022-02-24 09:24:25 +08:00
test_checkpoint.py Add copyright pre-commit-hook (#1742) 2022-02-24 09:24:25 +08:00
test_dist_utils.py Add copyright pre-commit-hook (#1742) 2022-02-24 09:24:25 +08:00
test_eval_hook.py Add copyright pre-commit-hook (#1742) 2022-02-24 09:24:25 +08:00
test_fp16.py Add copyright pre-commit-hook (#1742) 2022-02-24 09:24:25 +08:00
test_hooks.py [Feature] Support for linearly learning rate decay (#1627) 2022-03-31 09:39:40 +08:00
test_optimizer.py Add copyright pre-commit-hook (#1742) 2022-02-24 09:24:25 +08:00
test_runner.py [Fix] Fix some warnings in unittest (#1522) 2021-12-22 10:57:10 +08:00
test_utils.py Add copyright pre-commit-hook (#1742) 2022-02-24 09:24:25 +08:00