public Context — type
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.
Available contexts are Training, Validation and
Inference.