We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d494e3b commit d2b91dcCopy full SHA for d2b91dc
src/lightning/pytorch/loggers/csv_logs.py
@@ -80,7 +80,9 @@ class CSVLogger(Logger, FabricCSVLogger):
80
directory for existing versions, then automatically assigns the next available version.
81
prefix: A string to put at the beginning of metric keys.
82
flush_logs_every_n_steps: How often to flush logs to disk (defaults to every 100 steps).
83
-
+ sub_dir: Sub-directory to group CSV logs. If a ``sub_dir`` argument is passed
84
+ then logs are saved in ``/root_dir/name/version/sub_dir/``. Defaults to ``None`` in which case
85
+ logs are saved in ``/root_dir/name/version/``.
86
"""
87
88
LOGGER_JOIN_CHAR = "-"
0 commit comments