NotMNIST#
- class torch_uncertainty.datasets.classification.NotMNIST(root, subset='small', transform=None, target_transform=None, download=False)[source]#
The notMNIST dataset.
- Parameters:
root (str | Path) – Root directory of the datasets.
subset (str) – The subset to use, one of
small
orlarge
.transform (callable, optional) – A function/transform that takes in a PIL image and returns a transformed version. E.g,
transforms.RandomCrop
. Defaults toNone
.target_transform (callable, optional) – A function/transform that takes in the target and transforms it. Defaults to
None
.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. Defaults toFalse
.
Note
There is no information on the license of the dataset. It may not be suitable for commercial use.