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 d2b91dc commit e9893c3Copy full SHA for e9893c3
src/lightning/pytorch/loggers/csv_logs.py
@@ -83,6 +83,7 @@ class CSVLogger(Logger, FabricCSVLogger):
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
89
LOGGER_JOIN_CHAR = "-"
0 commit comments