"examples/vscode:/vscode.git/clone" did not exist on "bc09b95f504ffd9155d5d57eb370dd82cc641a0b"
Commit 20e46652 authored by Boyuan Yao's avatar Boyuan Yao Committed by Frank Lee
Browse files

[NFC] polish ./colossalai/trainer/hooks/_lr_scheduler_hook.py code style (#1576)

parent 06dccdde
...@@ -18,6 +18,7 @@ class LRSchedulerHook(MetricHook): ...@@ -18,6 +18,7 @@ class LRSchedulerHook(MetricHook):
defaults to 1. If different hooks share same priority, the order of printing would defaults to 1. If different hooks share same priority, the order of printing would
depend on the hooks order in the hook list. depend on the hooks order in the hook list.
""" """
def __init__( def __init__(
self, self,
lr_scheduler, 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