Easy way for lr_find

I know how to look at the plot graph for lr_find, but is there any easy way to return the best value from the graph automatically?

1 Like

You may use

learn.lr_find()
learn.recorder.plot(suggestion=True)
2 Likes

We have found that the suggestion doesn’t work well in the latter stages of training a text classification model. One of my colleagues will be posting soon about a method that has seemed to work better for us, at least in that scenario. One of us will be sure to link to that post in this thread once it’s up.

Thanks! that would be helpful.

Here’s the post for automated learning rate suggestions

We’re still testing it out, so if you try it and have feedback we’d love to hear it

2 Likes