Not all epochs of fit_one_cycle are shown in output table

Hi, it must be a very basic question, but my notebook on kaggle is not showing the full list of epochs after it has completed.
There supposed to be 15 epochs yet only 11 are shown.

Were all 15 actually run?
How can I see all of the results?

Everything runs well, it is just that kaggle stops displaying outputs after a certain time I think. If you want to see the results, you can plot them using learn.recorder.plot_losses() and learn.recorder.plot_metrics().

1 Like

Plotting should work, thank you

1 Like