MNISTLoaderConfig

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

Configuration for the MNIST loader.

Constructors

Link copied to clipboard
constructor(cacheDir: String = "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.