Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
MMCV
Commits
7b79237d
Commit
7b79237d
authored
Jan 07, 2019
by
wangg12
Browse files
update doc
parent
0f88eddb
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
mmcv/runner/runner.py
mmcv/runner/runner.py
+2
-1
No files found.
mmcv/runner/runner.py
View file @
7b79237d
...
@@ -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
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment