Skip to content

Commit

Permalink
docs: improve documentation defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
rickstaa committed Jul 8, 2023
1 parent dfbcb24 commit be99008
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions docs/source/usage/running.rst
Original file line number Diff line number Diff line change
Expand Up @@ -290,20 +290,19 @@ The CLI also contains several (shortcut) flags that can be used to change the be

:obj:`bool`. Enables tensorboard logging.

.. option:: --tb_log_freq, --logger_kwargs:tb_log_freq
.. option:: --tb_log_freq, --logger_kwargs:tb_log_freq, default='low'

:obj:`str`. The tensorboard log frequency. Options are ``low`` (Recommended: logs at every epoch) and
``high`` (logs at every SGD update batch). Defaults to ``low`` since this is less resource intensive.

.. option:: --quiet, --logger_kwargs:quiet
.. option:: --quiet, --logger_kwargs:quiet, default=False

:obj:`bool`. Suppress logging of diagnostics to the stdout. Defaults to ``False``.
:obj:`bool`. Suppress logging of diagnostics to the stdout.

.. option:: --verbose_fmt, --logger_kwargs:verbose_fmt
.. option:: --verbose_fmt, --logger_kwargs:verbose_fmt, default='line'

:obj:`bool`. The format in which the diagnostics are displayed to the terminal when ``quiet`` is ``False``.
Options are ``table``, which supplies them as a table and ``line``, which prints them in one line.
Defaults to ``line``.

.. option:: --verbose_vars, --logger_kwargs:verbose_vars

Expand Down

0 comments on commit be99008

Please sign in to comment.