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 8b22c30 commit 57b8ebdCopy full SHA for 57b8ebd
.gitignore
@@ -9,6 +9,9 @@ wandb/*
9
wandb_api.py
10
doc/autoapi
11
12
+*.DS_Store
13
+
14
15
#Magnus specific
16
job*
17
env2/*
CollaborativeCoding/dataloaders/mnist_0_3.py
@@ -53,6 +53,7 @@ def __init__(
53
sample_ids: list,
54
train: bool = False,
55
transform=None,
56
+ nr_channels: int = 1,
57
):
58
super().__init__()
59
0 commit comments