Hi everyone. I would like to skip the validation step that follows each epoch while using fit_one_cycle(), and validate only when wanted. Is there is clear way to do this?
Here is a method from 2019. It does suppress the validation loss calculation.
Is there a better way with fastai2?
Thanks for your help!
Malcolm