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)

PyTorch

API: torchvision.transforms.AugMix
Strategy: Direct Mapping

JAX (Core)

API: β€”
Strategy: Custom / Partial

Keras

API: keras.layers.AugMix
Strategy: Direct Mapping

TensorFlow

API: tf.keras.layers.AugMix
Strategy: Direct Mapping

Apple MLX

API: β€”
Strategy: Custom / Partial

Flax NNX

API: β€”
Strategy: Custom / Partial

PaxML / Praxis

API: β€”
Strategy: Custom / Partial