Update CLEVR-Sudoku.py
Browse files- 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.
|
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
|