Skip to content

Commit a89b766

Browse files
committed
updated docs for mnist4-9
1 parent a42bb83 commit a89b766

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

CollaborativeCoding/dataloaders/mnist_4_9.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,10 @@ class MNISTDataset4_9(Dataset):
1919
Array of indices spcifying which samples to load. This determines the samples used by the dataloader.
2020
train : bool, optional
2121
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
2226
"""
2327

2428
def __init__(

0 commit comments

Comments
 (0)