Skip to content

Commit

Permalink
docstring updates
Browse files Browse the repository at this point in the history
  • Loading branch information
daavoo committed Jun 3, 2021
1 parent b35ed06 commit 446eee0
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions mmcv/runner/hooks/logger/dvclive.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,16 @@ class DvcliveLoggerHook(LoggerHook):
It requires `dvclive`_ to be installed.
Args:
path (str): directory where dvclive will write TSV log files.
path (str): Directory where dvclive will write TSV log files.
interval (int): Logging interval (every k iterations).
Default 10.
ignore_last (bool): Ignore the log of last iterations in each epoch
if less than `interval`.
reset_flag (bool): Whether to clear the output buffer after logging
Default: True.
reset_flag (bool): Whether to clear the output buffer after logging.
Default: True.
by_epoch (bool): Whether EpochBasedRunner is used.
Default: True.
.. _dvclive:
https://dvc.org/doc/dvclive
Expand Down

0 comments on commit 446eee0

Please sign in to comment.