mirror of
https://github.com/hpcaitech/ColossalAI.git
synced 2025-09-07 20:10:17 +00:00
Fixed docstring in colossalai (#171)
This commit is contained in:
@@ -15,7 +15,6 @@ class LRSchedulerHook(MetricHook):
|
||||
:type store_lr_in_state: bool, optional
|
||||
:param priority: Priority in the printing, hooks with small priority will be printed in front, defaults to 1
|
||||
:type priority: int, optional
|
||||
:param trainer: Trainer attached with current hook
|
||||
"""
|
||||
def __init__(
|
||||
self,
|
||||
|
Reference in New Issue
Block a user