cifar10Preprocessing

Creates a standard CIFAR-10 preprocessing pipeline.

This pipeline:

  1. Resizes to 32x32

  2. Converts to tensor

  3. Rescales to 0, 1

  4. Normalizes with CIFAR-10 statistics

Return

A transform that preprocesses images for CIFAR-10 models

Parameters

ctx

The execution context