incerto.data.SVHN#
- class incerto.data.SVHN(root='./data', val_split=0.1, seed=42, normalize=True)[source]#
Bases:
VisionDatasetSVHN (Street View House Numbers) dataset.
32x32 color images of house numbers. 73,257 training + 26,032 test images.
Methods
__init__([root, val_split, seed, normalize])Initialize vision dataset.
Get train, validation, and test datasets.
get_transforms([train])Get data transformations.