Providers#
Aicraft#
CIFAR-100#
CIFAR-10#
Fashion-MNIST#
Flower-102#
Food-101#
ImageNet Folder#
- class archai.supergraph.datasets.providers.imagenet_folder.ImageNetFolder(root, split='train', download=False, **kwargs)[source]#
ImageNetFolder 2012 Classification Dataset.
- Parameters:
root (string) – Root directory of the ImageNet Dataset.
split (string, optional) – The dataset split, supports
train
, orval
.download (bool, optional) – If true, downloads the dataset from the internet and puts it in root directory. If dataset is already downloaded, it is not downloaded again.
transform (callable, optional) – A function/transform that takes in an PIL image and returns a transformed version. E.g,
transforms.RandomCrop
target_transform (callable, optional) – A function/transform that takes in the target and transforms it.
loader – A function to load an image given its path.
- property meta_file#
- property valid_splits#
- property split_folder#