Tutorials
API Docs
The function to create cifar10 dataloader.
Bases: Dataset
Dataset
The class to create ImageNet dataset.
The function to initialize ImageNet class.
data_dir (str) – The path to the dataset.
meta_file (str) – The path to the file containing image directories and labels.
transform (torchvision.transforms) – The transform for input image.