Skip to content
This repository has been archived by the owner on Sep 28, 2022. It is now read-only.

Commit

Permalink
lr_finder: Fix typo in docstring (Lightning-AI#1746)
Browse files Browse the repository at this point in the history
  • Loading branch information
xerus authored May 6, 2020
1 parent 8518663 commit b9364f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pytorch_lightning/trainer/lr_finder.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ def lr_find(self,
# Inspect results
fig = lr_finder.plot(); fig.show()
suggested_lr = lr_finder.suggest()
suggested_lr = lr_finder.suggestion()
# Overwrite lr and create new model
hparams.lr = suggested_lr
Expand Down

0 comments on commit b9364f9

Please sign in to comment.