nip.image_classification.data.FashionMnistDatasetWrapper

nip.image_classification.data.FashionMnistDatasetWrapper#

class nip.image_classification.data.FashionMnistDatasetWrapper(root: str | Path, train: bool = True, transform: Callable | None = None, target_transform: Callable | None = None, download: bool = False)[source]#

The Fashion-MNIST dataset wrapper.

Attributes

binarification_seed

class_to_idx

classes

height

mirrors

num_channels

processed_folder

raw_folder

resources

selected_classes

test_data

test_file

test_labels

train_data

train_labels

training_file

width

Methods