How to fit without validating?

Is there a way to call Learner.fit_one_cycle without taking the time to validate the model after each epoch?

you can set learn.data.valid_dl = None.

2 Likes