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 29de2d8 commit 7ce1f07
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).

- Added SyncBN for DDP ([#2801](https://github.com/PyTorchLightning/pytorch-lightning/pull/2801))

- Added FileLogger ([#2721](https://github.com/PyTorchLightning/pytorch-lightning/pull/2721))
- Added CSVLogger ([#2721](https://github.com/PyTorchLightning/pytorch-lightning/pull/2721))

- Added SSIM metrics ([#2671](https://github.com/PyTorchLightning/pytorch-lightning/pull/2671))

Expand Down
4 changes: 2 additions & 2 deletions docs/source/loggers.rst
Original file line number Diff line number Diff line change
Expand Up @@ -341,8 +341,8 @@ Test-tube
.. autoclass:: pytorch_lightning.loggers.test_tube.TestTubeLogger
:noindex:

FileLogger
CSVLogger
^^^^^^^^^^

.. autoclass:: pytorch_lightning.loggers.file_logger.FileLogger
.. autoclass:: pytorch_lightning.loggers.csv.CSVLogger
:noindex:

0 comments on commit 7ce1f07

Please sign in to comment.