We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a42bb83 commit a89b766Copy full SHA for a89b766
CollaborativeCoding/dataloaders/mnist_4_9.py
@@ -19,6 +19,10 @@ class MNISTDataset4_9(Dataset):
19
Array of indices spcifying which samples to load. This determines the samples used by the dataloader.
20
train : bool, optional
21
Whether to train the model or not, by default False
22
+ transorm : callable, optional
23
+ Transform to apply to the images, by default None
24
+ nr_channels : int, optional
25
+ Number of channels in the images, by default 1
26
"""
27
28
def __init__(
0 commit comments