AbstractValidationPhase

abstract type defined in module FluxTraining.Phases


			abstract type AbstractValidationPhase <: Phase

An abstract type for phases where no parameter updates
are being made. This exists so callbacks can dispatch on it and work
with custom validation phases.

The default implementation for supervised tasks is ValidationPhase .