Skip to content

Commit b9364f9

Browse files
authored
lr_finder: Fix typo in docstring (Lightning-AI#1746)
1 parent 8518663 commit b9364f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pytorch_lightning/trainer/lr_finder.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ def lr_find(self,
9494
9595
# Inspect results
9696
fig = lr_finder.plot(); fig.show()
97-
suggested_lr = lr_finder.suggest()
97+
suggested_lr = lr_finder.suggestion()
9898
9999
# Overwrite lr and create new model
100100
hparams.lr = suggested_lr

0 commit comments

Comments
 (0)