Update CLEVR-Sudoku.py
Browse files- CLEVR-Sudoku.py +1 -1
CLEVR-Sudoku.py
CHANGED
@@ -134,7 +134,7 @@ class CLEVRSudoku(datasets.GeneratorBasedBuilder):
|
|
134 |
print("archive path in generate examples")
|
135 |
print(type(archive_path))
|
136 |
|
137 |
-
|
138 |
with open(archive_path) as f:
|
139 |
file = json.load(f)
|
140 |
|
|
|
134 |
print("archive path in generate examples")
|
135 |
print(type(archive_path))
|
136 |
|
137 |
+
print("generating examples from ", archive_path)
|
138 |
with open(archive_path) as f:
|
139 |
file = json.load(f)
|
140 |
|