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.
2 parents a86fb56 + 076a32a commit f44aaaeCopy full SHA for f44aaae
CollaborativeCoding/dataloaders/download.py
@@ -56,6 +56,7 @@ def _chech_is_downloaded(path: Path) -> bool:
56
return False
57
58
def _download_data(path: Path) -> None:
59
+ path = path / "MNIST"
60
urls = {key: MNIST_SOURCE[key][0] for key in MNIST_SOURCE.keys()}
61
62
for name, url in urls.items():
0 commit comments