mirror of
https://github.com/wassname/pytorch-lightning.git
synced 2026-09-09 11:32:07 +08:00
lr_finder: Fix typo in docstring (#1746)
This commit is contained in:
@@ -94,7 +94,7 @@ class TrainerLRFinderMixin(ABC):
|
||||
|
||||
# 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
|
||||
|
||||
Reference in New Issue
Block a user