flaviagiammarino commited on
Commit
6f1f4be
·
1 Parent(s): 15d6601

Update path_vqa.py

Browse files
Files changed (1) hide show
  1. path_vqa.py +1 -1
path_vqa.py CHANGED
@@ -55,7 +55,7 @@ class PathVQA(datasets.GeneratorBasedBuilder):
55
  description=_DESCRIPTION,
56
  features=datasets.Features(
57
  {
58
- "image": datasets.Image(),
59
  "question": datasets.Value("string"),
60
  "answer": datasets.Value("string")
61
  }
 
55
  description=_DESCRIPTION,
56
  features=datasets.Features(
57
  {
58
+ "image": datasets.Image(decode=True),
59
  "question": datasets.Value("string"),
60
  "answer": datasets.Value("string")
61
  }