Skip to content

Commit

Permalink
Fix a typo in logger arg in trainer.py (Lightning-AI#17206)
Browse files Browse the repository at this point in the history
  • Loading branch information
BoringDonut authored Mar 27, 2023
1 parent 1284292 commit 9b69d51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lightning/pytorch/trainer/trainer.py
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ def __init__(
logger: Logger (or iterable collection of loggers) for experiment tracking. A ``True`` value uses
the default ``TensorBoardLogger`` if it is installed, otherwise ``CSVLogger``.
``False`` will disable logging. If multiple loggers are provided, local files
(checkpoints, profiler traces, etc.) are saved in the ``log_dir`` of he first logger.
(checkpoints, profiler traces, etc.) are saved in the ``log_dir`` of the first logger.
Default: ``True``.
callbacks: Add a callback or list of callbacks.
Expand Down

0 comments on commit 9b69d51

Please sign in to comment.