.FluxTrainingrunepoch
function defined in module
FluxTraining
runepoch(epochfn, learner, phase)
Run
epochfn inside the context of an epoch. Calls
epochfn(handle) where
handle(e) can be called to dispatch events.
Takes care of dispatching
EpochBegin
and
EpochEnd
events as well as handling
CancelEpochExceptions.
There is
1
method for FluxTraining.runepoch:
The following pages link back here: