Skip to content

Commit a507c60

Browse files
authored
Fixing the downloader for MNIST closes#86
1 parent 331734d commit a507c60

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CollaborativeCoding/dataloaders/download.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ def _chech_is_downloaded(path: Path) -> bool:
5656
return False
5757

5858
def _download_data(path: Path) -> None:
59+
path = path / "MNIST"
5960
urls = {key: MNIST_SOURCE[key][0] for key in MNIST_SOURCE.keys()}
6061

6162
for name, url in urls.items():

0 commit comments

Comments
 (0)