Datasets:

toniwuest commited on
Commit
a424743
·
verified ·
1 Parent(s): e14efe6

Update CLEVR-Sudoku.py

Browse files
Files changed (1) hide show
  1. 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
- logger.info("generating examples from = %s", archive_path)
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