File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
11
11
12
12
- Added SyncBN for DDP ([ #2801 ] ( https://github.com/PyTorchLightning/pytorch-lightning/pull/2801 ) )
13
13
14
- - Added FileLogger ([ #2721 ] ( https://github.com/PyTorchLightning/pytorch-lightning/pull/2721 ) )
14
+ - Added CSVLogger ([ #2721 ] ( https://github.com/PyTorchLightning/pytorch-lightning/pull/2721 ) )
15
15
16
16
- Added SSIM metrics ([ #2671 ] ( https://github.com/PyTorchLightning/pytorch-lightning/pull/2671 ) )
17
17
Original file line number Diff line number Diff line change @@ -341,8 +341,8 @@ Test-tube
341
341
.. autoclass :: pytorch_lightning.loggers.test_tube.TestTubeLogger
342
342
:noindex:
343
343
344
- FileLogger
344
+ CSVLogger
345
345
^^^^^^^^^^
346
346
347
- .. autoclass :: pytorch_lightning.loggers.file_logger.FileLogger
347
+ .. autoclass :: pytorch_lightning.loggers.csv.CSVLogger
348
348
:noindex:
You can’t perform that action at this time.
0 commit comments