Skip to content

Commit 8f14c74

Browse files
xmotli02Borda
xmotli02
authored andcommitted
fixup! Added basic file logger Lightning-AI#1803
1 parent 251f882 commit 8f14c74

File tree

1 file changed

+1
-6
lines changed
  • pytorch_lightning/loggers

1 file changed

+1
-6
lines changed

pytorch_lightning/loggers/csv.py

+1-6
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,7 @@ class ExperimentWriter(object):
2525
Experiment writer for CSVLogger.
2626
2727
Currently supports to log hyperparameters and metrics in YAML and CSV
28-
format. Creates the directory structure:
29-
```
30-
log_dir/
31-
hparams.yaml
32-
metrics.csv
33-
```
28+
format, respectively.
3429
3530
Args:
3631
log_dir: Directory for the experiment logs

0 commit comments

Comments
 (0)