mmcv/tests/test_runner
Harry f28a7c7ed7
Add CosineRestartLrUpdaterHook (#319)
* feat: add CosineRestartLrUpdaterHook

* style: rename period to periods

* fix: bug in period 0

* feat: rename eta_min to min_lr and add min_lr_ratio

* docs: fix docstring of restart lr updater

* refactor: use annealing_cos

* docs: add docstring to annealing_cos

* feat: cosine restart lr update hook

* refactor: modify code order for unittest
2020-06-15 23:01:26 +08:00
..
test_hooks.py Add CosineRestartLrUpdaterHook (#319) 2020-06-15 23:01:26 +08:00
test_runner.py Add IterBasedRunner (#314) 2020-06-11 13:35:34 +08:00