CIFAR10 Experiment

11from labml_helpers.datasets.cifar10 import CIFAR10Configs as CIFAR10DatasetConfigs
12from labml_nn.experiments.mnist import MNISTConfigs
15class CIFAR10Configs(CIFAR10DatasetConfigs, MNISTConfigs):
16    dataset_name: str = 'CIFAR10'