brails.processors.FoundationClassifier.npid.npid_datasets.cifar module
- class brails.processors.FoundationClassifier.npid.npid_datasets.cifar.CIFAR100Instance(root: str | Path, train: bool = True, transform: Callable | None = None, target_transform: Callable | None = None, download: bool = False)
Bases:
CIFAR10Instance
CIFAR100Instance Dataset.
This is a subclass of the CIFAR10Instance Dataset.
- base_folder = 'cifar-100-python'
- data: Any
- filename = 'cifar-100-python.tar.gz'
- test_list = [['test', 'f0ef6b0ae62326f3e7ffdfab6717acfc']]
- tgz_md5 = 'eb9058c3a382ffc7106e4002c42a8d85'
- train_list = [['train', '16019d7e3df5f24257cddd939b257f8d']]
- url = 'https://www.cs.toronto.edu/~kriz/cifar-100-python.tar.gz'
- class brails.processors.FoundationClassifier.npid.npid_datasets.cifar.CIFAR10Instance(root: str | Path, train: bool = True, transform: Callable | None = None, target_transform: Callable | None = None, download: bool = False)
Bases:
CIFAR10
CIFAR10Instance Dataset.