CIFAR10LoaderConfig

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

Configuration for the CIFAR-10 loader.

Constructors

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