Context

abstract type defined in module FastAI


			abstract type Context

Represents a context in which a data transformation is made. This allows using dispatching for varying behavior, for example, to apply augmentations only during training or use non-destructive cropping during inference.

See Training, Validation and Inference.