FluxTraining.runepoch

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 CancelEpochException s.

Methods

There is 1 method for runepoch:

runepoch(epochfn, learner, phase::FluxTraining.Phases.Phase)
training.jl:101
Backlinks