Datasets:

toniwuest commited on
Commit
db23d1c
·
verified ·
1 Parent(s): 7196e1f

Update CLEVR-Sudoku.py

Browse files
Files changed (1) hide show
  1. CLEVR-Sudoku.py +1 -1
CLEVR-Sudoku.py CHANGED
@@ -93,7 +93,7 @@ class CLEVRSudoku(datasets.GeneratorBasedBuilder):
93
  # )
94
 
95
  # Download and extract the dataset archive
96
- archive_path = dl_manager.download(self.config.data_url)
97
 
98
  # unzip file
99
  import zipfile
 
93
  # )
94
 
95
  # Download and extract the dataset archive
96
+ archive_path = dl_manager.download_and_extract(self.config.data_url)
97
 
98
  # unzip file
99
  import zipfile