Validation

struct defined in module FastAI


			Validation <: Context

A context for applying data transformations during validation/testing. Encodings and LearningTasks can dispatch on this when certain transformations, like random augmentations, should not be applied during validation, only in training.