Datasets:

toniwuest commited on
Commit
9af34c9
·
verified ·
1 Parent(s): 79ddf71

Update CLEVR-Sudoku.py

Browse files
Files changed (1) hide show
  1. CLEVR-Sudoku.py +1 -1
CLEVR-Sudoku.py CHANGED
@@ -68,7 +68,7 @@ class CLEVRSudoku(datasets.GeneratorBasedBuilder):
68
  "sudoku": datasets.Array2D(shape=(9, 9), dtype=datasets.Image()),
69
  "options": datasets.Array2D(shape=(9, 10), dtype=datasets.Image()),
70
  # attributes as dict of features
71
- "attributes": dict(datasets.Value(dtype='int32'), datasets.Value(dtype="string")),
72
  "label": datasets.Array2D(shape=(9, 9), dtype="int32"),
73
  }
74
  ),
 
68
  "sudoku": datasets.Array2D(shape=(9, 9), dtype=datasets.Image()),
69
  "options": datasets.Array2D(shape=(9, 10), dtype=datasets.Image()),
70
  # attributes as dict of features
71
+ "attributes": {datasets.Value(dtype='int32'), datasets.Value(dtype="string")},
72
  "label": datasets.Array2D(shape=(9, 9), dtype="int32"),
73
  }
74
  ),