Skip to content

Commit 57b8ebd

Browse files
committed
added nr_channels - issue #78
1 parent 8b22c30 commit 57b8ebd

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ wandb/*
99
wandb_api.py
1010
doc/autoapi
1111

12+
*.DS_Store
13+
14+
1215
#Magnus specific
1316
job*
1417
env2/*

CollaborativeCoding/dataloaders/mnist_0_3.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ def __init__(
5353
sample_ids: list,
5454
train: bool = False,
5555
transform=None,
56+
nr_channels: int = 1,
5657
):
5758
super().__init__()
5859

0 commit comments

Comments
 (0)