albertvillanova HF staff commited on
Commit
b7c327e
1 Parent(s): 7055732

Do not try to extract non-compressed data files

Browse files
Files changed (1) hide show
  1. fashion_mnist_corrupted.py +1 -1
fashion_mnist_corrupted.py CHANGED
@@ -89,7 +89,7 @@ class FashionMnistCorrupted(datasets.GeneratorBasedBuilder):
89
  urls_to_download = {
90
  key: _URL + fname for key, fname in _URLS.items()
91
  }
92
- downloaded_files = dl_manager.download_and_extract(urls_to_download)
93
 
94
  return [
95
  datasets.SplitGenerator(
 
89
  urls_to_download = {
90
  key: _URL + fname for key, fname in _URLS.items()
91
  }
92
+ downloaded_files = dl_manager.download(urls_to_download)
93
 
94
  return [
95
  datasets.SplitGenerator(