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 f3969f7 commit e0266f1Copy full SHA for e0266f1
utils/load_data.py
@@ -67,7 +67,7 @@ def load_data(dataset: str, *args, **kwargs) -> tuple:
67
case "mnist_4-9":
68
dataset = MNISTDataset
69
train_labels, test_labels = downloader.mnist(data_dir=data_dir)
70
- labels = np.arange(4,10)
+ labels = np.arange(4, 10)
71
case _:
72
raise NotImplementedError(f"Dataset: {dataset} not implemented.")
73
0 commit comments