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 331734d + a507c60 commit 076a32aCopy full SHA for 076a32a
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