.FastAIwithcallbacks

function defined in module FastAI


			withcallbacks(f, learner, callbacks...)

Run f with callbacks on learner. Existing callbacks on learner of the same type as in callbacks are swapped during the execution of f.

Methods

There is 1 method for FastAI.withcallbacks: