Hi. Yes, this is not so clear as the library lacks proper documentation. However, do look out for sgugger’s posts (articles acting as quick documentation) across the forum to learn how to use fastai API like mode.fit, etc. I think the following thread is a good starting point:
which course it mentioned.
Part 2 lesson 13 video, Jeremy did a demo on the new TrainingPhase API implemented by sgugger. Check out the notebook showing examples on how to use the Training Phase API together with 1cycle policy implemented in fastai library and available to the model.fit function as parameters like use_clr, cycle_len, etc.
I have written the following thread (outdated a little bit) if you want to learn more about 1cycle policy, super convergence and a simple guide on how to use these methods (part of fastai library) from our codes:
Even more questions and examples around this topic: