nip.image_classification.data.SvhnDatasetWrapper#
- class nip.image_classification.data.SvhnDatasetWrapper(root: str, train: bool = True, transform: callable | None = None, target_transform: callable | None = None, download: bool = False)[source]#
The Street View House Numbers dataset wrapper.
Methods Summary
__init__
(root[, train, transform, ...])Attributes
binarification_seed
height
num_channels
selected_classes
split_list
width
Methods