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 f44aaae commit ba5f173Copy full SHA for ba5f173
CollaborativeCoding/dataloaders/mnist_4_9.py
@@ -28,7 +28,7 @@ def __init__(
28
transform=None,
29
nr_channels: int = 1,
30
):
31
- super.__init__()
+ super().__init__()
32
self.data_path = data_path
33
self.mnist_path = self.data_path / "MNIST"
34
self.samples = sample_ids
0 commit comments