MnistSvhnο
- class multivae.data.datasets.MnistSvhn(data_path, split='train', download=False, data_multiplication=5, **kwargs)[source]ο
A paired MnistSvhn dataset.
- Parameters:
path (str) β The path where the data is saved.
split (str) β Either βtrainβ or βtestβ.
download (bool) β Whether to download the data or not. Default to True.
data_multiplication (int)
**kwargs β transform_mnist (Transform) : a transformation to apply to MNIST. If none specified, a simple ToTensor() is applied. transform_svhn (Transform) : a transformation to apply to SVHN. If none specified, a simple ToTensor() is applied.