nip.image_classification.data.TestDataset#
- class nip.image_classification.data.TestDataset(root: str | Path, train: bool = True, transform: callable | None = None, target_transform: callable | None = None, download: bool = False)[source]#
A fake dataset for testing.
Methods Summary
__init__(root[, train, transform, ...])Attributes
binarification_seedheightnum_channelsselected_classeswidthMethods