Skip to content

Commit

Permalink
Update pytorch_lightning/callbacks/lr_logger.py
Browse files Browse the repository at this point in the history
Co-Authored-By: Adrian Wälchli <aedu.waelchli@gmail.com>
  • Loading branch information
Borda and awaelchli committed Apr 26, 2020
1 parent e3eab1d commit 8e495ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pytorch_lightning/callbacks/lr_logger.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ def on_train_start(self, trainer, pl_module):

if not trainer.logger:
raise MisconfigurationException(
'Cannot use LearningRateLogger callback with Trainer that have no logger.')
'Cannot use LearningRateLogger callback with Trainer that has no logger.')

# Create uniqe names in the case we have multiple of the same learning
# rate schduler + multiple parameter groups
Expand Down

0 comments on commit 8e495ec

Please sign in to comment.