"torchvision/vscode:/vscode.git/clone" did not exist on "3a278d701d3a0bba25ad52891653330ece2cb472"
Unverified Commit d6210e6d authored by Wenwei Zhang's avatar Wenwei Zhang Committed by GitHub
Browse files

Fix cyclic registry (#249)

* track progress of iter&enum

* restore

* Add CyclicLrUpdater in Hooks
parent a338d43d
......@@ -221,6 +221,7 @@ class CosineAnealingLrUpdaterHook(LrUpdaterHook):
return annealing_cos(base_lr, target_lr, progress / max_progress)
@HOOKS.register_module
class CyclicLrUpdaterHook(LrUpdaterHook):
"""Cyclic LR Scheduler
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment