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 committed Jul 30, 2020
1 parent 50f4d69 commit 765f398
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 @@ -9,7 +9,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).

### Added

- 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))
- Added BLEU metrics ([#2535](https://github.com/PyTorchLightning/pytorch-lightning/pull/2535))

Expand Down
4 changes: 2 additions & 2 deletions docs/source/loggers.rst
Original file line number Diff line number Diff line change
Expand Up @@ -140,8 +140,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 765f398

Please sign in to comment.