CIFAR10Dataset
@Serializable
CIFAR-10 dataset implementation using Dataset/DataBatch API.
Provides batching as tensors Int8 with shapes: x: batch, 3, 32, 32 (channel-first RGB) y: batch (labels as bytes)
Constructors
Link copied to clipboard
constructor(images: List<CIFAR10Image>, executionContext: ExecutionContext = DefaultDataExecutionContext())
Properties
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open override fun split(splitRatio: Double): Pair<Dataset<CIFAR10Image, Float>, Dataset<CIFAR10Image, Float>>
Link copied to clipboard
Returns a subset of the dataset.