How to view the lr_find plot?

Used to be available via learn.sched.plot()

I’m sure its there, somewhere, just not sure where that is.

1 Like

learn.recorder.plot()

1 Like

Thanks1

Check the training overview at http://docs.fast.ai for this and many other tips! :slight_smile:

Yah, just found it discussed here: http://docs.fast.ai/callbacks.one_cycle.html

Thanks

The documentation says “Here 5e-2 looks like a good value, a tenth of the minimum of the curve”.

Can you please elaborate on it? And is there anything that automatically finds the optimal point on the curve?

You can use learn.recorder.plot(suggestion=True)

defaultgraph

1 Like