Skip to content

Commit 076a32a

Browse files
authored
Merge pull request #88 from SFI-Visual-Intelligence/hzavadil98-patch-1
Fixing the downloader for MNIST closes#86
2 parents 331734d + a507c60 commit 076a32a

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)