Epochs numbering

I’ve noticed that fit_one_cycle for tabular_learner numbers epochs from 0, not from 1.
Is is by design, or I may have come across a potential fix-to-make?

Yes, we changed it recently because it was creating confusion with the rest of python being 0-indexed (for model saved and resuming training).
So design, not a bug.

1 Like