Commit 7b79237d authored by wangg12's avatar wangg12
Browse files

update doc

parent 0f88eddb
...@@ -27,7 +27,8 @@ class Runner(object): ...@@ -27,7 +27,8 @@ class Runner(object):
work_dir (str, optional): The working directory to save checkpoints work_dir (str, optional): The working directory to save checkpoints
and logs. and logs.
log_level (int): Logging level. log_level (int): Logging level.
logger: Custom logger. If `None`, use default logger. logger (:obj:`logging.Logger`): Custom logger. If `None`, use the
default logger.
""" """
def __init__(self, def __init__(self,
......
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