Question on "easy steps to train world-class image classifier":

This looks exactly like my visualizations, so I think they are fine.

What I think it says is, “Your model looks good, if you want to improve, continue with a really small learning rate and train over larger cycles.”

For example, I ended with something like: learn.fit(1e-4, 1, cycle_len=3) and it improved my model.

1 Like