Skip to content

Commit 6f18c1c

Browse files
committed
Merge remote-tracking branch 'origin/bugfix/lr-suggestion' into bugfix/lr-suggestion
2 parents f322a4f + 8ea2618 commit 6f18c1c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/pytorch_lightning/tuner/lr_finder.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -174,8 +174,8 @@ def plot(self, suggest: bool = False, show: bool = False) -> Optional["plt.Figur
174174
return fig
175175

176176
def suggestion(self, skip_begin: int = 10, skip_end: int = 1) -> Optional[float]:
177-
"""This will propose a suggestion for an initial learning rate based on the point with the steepest negative
178-
gradient.
177+
"""This will propose a suggestion for an initial learning rate based on the point with the steepest
178+
negative gradient.
179179
180180
Args:
181181
skip_begin: how many samples to skip in the beginning; helps to avoid too naive estimates

0 commit comments

Comments
 (0)