Augmentation#
- class augraphy.base.augmentation.Augmentation(p=0.5, numba_jit=1)[source]#
Bases:
objectThe base class which all pipeline augmentations inherit from.
- Parameters:
p (float, optional) – The probability that this augmentation will be run when executed as part of a pipeline.
numba_jit (int, optional) – The flag to enable numba jit to speed up the processing in the augmentation.
Overview#
Augmentation is the base class for all augmentations.