Datasets:
Tasks:
Image Classification
Sub-tasks:
multi-class-image-classification
Languages:
English
Size:
10K<n<100K
License:
Update files from the datasets library (from 1.5.0)
Browse filesRelease notes: https://github.com/huggingface/datasets/releases/tag/1.5.0
mnist.py
CHANGED
|
@@ -77,8 +77,6 @@ class MNIST(datasets.GeneratorBasedBuilder):
|
|
| 77 |
def _split_generators(self, dl_manager):
|
| 78 |
urls_to_download = {key: _URL + fname for key, fname in _URLS.items()}
|
| 79 |
downloaded_files = dl_manager.download_and_extract(urls_to_download)
|
| 80 |
-
print(downloaded_files)
|
| 81 |
-
|
| 82 |
return [
|
| 83 |
datasets.SplitGenerator(
|
| 84 |
name=datasets.Split.TRAIN,
|
|
|
|
| 77 |
def _split_generators(self, dl_manager):
|
| 78 |
urls_to_download = {key: _URL + fname for key, fname in _URLS.items()}
|
| 79 |
downloaded_files = dl_manager.download_and_extract(urls_to_download)
|
|
|
|
|
|
|
| 80 |
return [
|
| 81 |
datasets.SplitGenerator(
|
| 82 |
name=datasets.Split.TRAIN,
|