Shortcuts

mmagic.datasets.cifar10_dataset

Module Contents

Classes

CIFAR10

CIFAR10 Dataset.

class mmagic.datasets.cifar10_dataset.CIFAR10(data_prefix: str, test_mode: bool, metainfo: Optional[dict] = None, data_root: str = '', download: bool = True, **kwargs)[source]

Bases: mmagic.datasets.basic_conditional_dataset.BasicConditionalDataset

CIFAR10 Dataset.

This implementation is modified from https://github.com/pytorch/vision/blob/master/torchvision/datasets/cifar.py

Parameters
  • data_prefix (str) – Prefix for data.

  • test_mode (bool) – test_mode=True means in test phase. It determines to use the training set or test set.

  • metainfo (dict, optional) – Meta information for dataset, such as categories information. Defaults to None.

  • data_root (str) – The root directory for data_prefix. Defaults to ‘’.

  • download (bool) – Whether to download the dataset if not exists. Defaults to True.

  • **kwargs – Other keyword arguments in BaseDataset.

base_folder = cifar-10-batches-py[source]
url = https://www.cs.toronto.edu/~kriz/cifar-10-python.tar.gz[source]
filename = cifar-10-python.tar.gz[source]
tgz_md5 = c58f30108f718f92721af3b95e74349a[source]
train_list = [['data_batch_1', 'c99cafc152244af753f735de768cd75f'], ['data_batch_2',...[source]
test_list = [['test_batch', '40351d587109b95175f43aff81a1287e']][source]
meta[source]
METAINFO[source]
load_data_list()[source]

Load images and ground truth labels.

_load_meta()[source]

Load categories information from metafile.

_check_integrity()[source]

Check the integrity of data files.

extra_repr() List[str][source]

The extra repr information of the dataset.

Read the Docs v: latest
Versions
latest
stable
0.x
Downloads
pdf
epub
On Read the Docs
Project Home
Builds

Free document hosting provided by Read the Docs.