I tried to run fine_tune with callback functions:
learn.fine_tune(…, callbacks=[…])
However I got an error that fit_one_cycle (!) had no function arguments callbacks. Trying to search for these two functions on the documentation returns nothing. They are also never introduced explicitly in the tutorial, just used. so, what is the secret callback argument/where is the documentation for these two mysterious functions?