WLJS LogoWLJS Notebook

ImageAugmentationLayer

ImageAugmentationLayer[{h, w}] represents a net layer that applies random image transformations to produce images of height h and width w.

Examples

ImageAugmentationLayer[{224, 224}]
ImageAugmentationLayer[{128, 128}, "Rotation" -> 15 Degree]

Please visit the official Wolfram Language Reference for more details.

On this page