Skip to content

Commit

Permalink
fixup! Added basic file logger Lightning-AI#1803
Browse files Browse the repository at this point in the history
  • Loading branch information
xmotli02 authored and Borda committed Aug 5, 2020
1 parent 64c806a commit 24192d4
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions pytorch_lightning/loggers/csv.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,7 @@ class ExperimentWriter(object):
Experiment writer for CSVLogger.
Currently supports to log hyperparameters and metrics in YAML and CSV
format. Creates the directory structure:
```
log_dir/
hparams.yaml
metrics.csv
```
format, respectively.
Args:
log_dir: Directory for the experiment logs
Expand Down

0 comments on commit 24192d4

Please sign in to comment.