loadTest

suspend fun loadTest(config: CIFAR10LoaderConfig = CIFAR10LoaderConfig()): CIFAR10Dataset(source)

Download (with caching if supported) and return the CIFAR-10 test dataset.

Return

The CIFAR-10 test dataset (10,000 images).

Parameters

config

Configuration for caching and download behavior.