MNISTLoaderCommon

abstract class MNISTLoaderCommon(val config: MNISTLoaderConfig) : MNISTLoader(source)

Abstract base class for MNIST loaders that implements common functionality.

Inheritors

Constructors

Link copied to clipboard
constructor(config: MNISTLoaderConfig)

Properties

Link copied to clipboard

The configuration for the MNIST loader.

Functions

Link copied to clipboard
open suspend override fun loadTestData(): MNISTDataset

Loads the MNIST test dataset.

Link copied to clipboard
open suspend override fun loadTrainingData(): MNISTDataset

Loads the MNIST training dataset.