sanak commited on
Commit
81bd4b4
·
1 Parent(s): c3aa4f9

Update IDD.py

Browse files
Files changed (1) hide show
  1. IDD.py +1 -1
IDD.py CHANGED
@@ -100,7 +100,7 @@ class IDD(datasets.GeneratorBasedBuilder):
100
  # It can accept any type or nested list/dict and will give back the same structure with the url replaced with path to local files.
101
  # By default the archives will be extracted and a path to a cached folder where they are extracted is returned instead of the archive
102
  path = dl_manager.download(_URLS)
103
- data_dir = dl_manager.download_and_extract(urls)
104
  return [
105
  datasets.SplitGenerator(
106
  name=datasets.Split.TRAIN,
 
100
  # It can accept any type or nested list/dict and will give back the same structure with the url replaced with path to local files.
101
  # By default the archives will be extracted and a path to a cached folder where they are extracted is returned instead of the archive
102
  path = dl_manager.download(_URLS)
103
+ data_dir = dl_manager.download_and_extract(path)
104
  return [
105
  datasets.SplitGenerator(
106
  name=datasets.Split.TRAIN,