FluxTraining.getcallback
function
defined in module
FluxTraining
getcallback(learner, C)
Find callback of type
C
in
learner
’s callbacks and return it.
If there is none, return
nothing
.
There is
1
method for getcallback
:
getcallback(learner, C::Type{<:FluxTraining.SafeCallback})