FashionMNISTLoaderCommon

Abstract base class for Fashion-MNIST loaders that implements common functionality.

Fashion-MNIST uses the same IDX file format as MNIST, so the parsing logic is identical.

Inheritors

Constructors

Link copied to clipboard
constructor(config: FashionMNISTLoaderConfig)

Properties

Link copied to clipboard

The configuration for the Fashion-MNIST loader.

Functions

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

Loads the Fashion-MNIST test dataset.

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

Loads the Fashion-MNIST training dataset.