mixmo.loaders.loader

Custom Dataloaders for each of the considered datasets

Classes

CIFAR100Loader(config_args, dataplace[, …])

Loader for the CIFAR100 dataset that inherits the abstract_loader.AbstractDataLoader dataloading API and defines the proper augmentations and datasets

CIFAR10Loader(config_args, dataplace[, …])

Loader for the CIFAR10 dataset that inherits the abstract_loader.AbstractDataLoader dataloading API and defines the proper augmentations and datasets

TinyImagenet200Loader(config_args, dataplace)

Loader for the TinyImageNet dataset that inherits the abstract_loader.AbstractDataLoader dataloading API and defines the proper augmentations and datasets