FashionMNISTLoaderConfig

data class FashionMNISTLoaderConfig(val cacheDir: String = "fashion-mnist-data", val useCache: Boolean = true)(source)

Configuration for the Fashion-MNIST loader.

Constructors

Link copied to clipboard
constructor(cacheDir: String = "fashion-mnist-data", useCache: Boolean = true)

Properties

Link copied to clipboard

The directory where downloaded files will be cached.

Link copied to clipboard

Whether to use cached files if available.