Skip to content

Commit 0de568e

Browse files
committed
Had to add this to not get a error
1 parent f31e4e7 commit 0de568e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CollaborativeCoding/dataloaders/download.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ def _get_labels(path: Path) -> np.ndarray:
8787

8888
def svhn(self, data_dir: Path) -> tuple[np.ndarray, np.ndarray]:
8989
def download_svhn(path, train: bool = True):
90-
SVHN()
90+
SVHN(path)
9191

9292
parent_path = data_dir / "SVHN"
9393

0 commit comments

Comments
 (0)