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