loadTest
suspend fun loadTest(config: FashionMNISTLoaderConfig = FashionMNISTLoaderConfig()): FashionMNISTDataset(source)
Download (with caching if supported) and return the Fashion-MNIST test dataset.
Return
The Fashion-MNIST test dataset (10,000 images).
Parameters
config
Configuration for caching and download behavior.