Skip to content

Commit

Permalink
[Docs] Fix doc typo our_dir in LoggerHook (#1373)
Browse files Browse the repository at this point in the history
  • Loading branch information
wangg12 authored Oct 6, 2023
1 parent c863e8b commit daacb18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mmengine/hooks/logger_hook.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ class LoggerHook(Hook):
checkpoints. If not specified, ``runner.work_dir`` will be used
by default. If specified, the ``out_dir`` will be the concatenation
of ``out_dir`` and the last level directory of ``runner.work_dir``.
For example, if the input ``our_dir`` is ``./tmp`` and
For example, if the input ``out_dir`` is ``./tmp`` and
``runner.work_dir`` is ``./work_dir/cur_exp``, then the log will be
saved in ``./tmp/cur_exp``. Defaults to None.
out_suffix (Tuple[str] or str): Those files in ``runner._log_dir``
Expand Down

0 comments on commit daacb18

Please sign in to comment.