AugMixΒΆ
Performs the AugMix data augmentation technique.
Abstract Signature:
AugMix(value_range: Tuple[int, int] = [0, 255], num_chains: int = 3, chain_depth: int = 3, factor: float = 0.3, alpha: float = 1.0, all_ops: bool = True, interpolation: str = bilinear, seed: int)
JAX (Core)
API:
βStrategy: Custom / Partial
Apple MLX
API:
βStrategy: Custom / Partial
Flax NNX
API:
βStrategy: Custom / Partial
PaxML / Praxis
API:
βStrategy: Custom / Partial