alkzar90 commited on
Commit
f9eb6b1
·
1 Parent(s): ead3013

Check multi-index list encode for multilabels

Browse files
Files changed (1) hide show
  1. NIH-Chest-X-ray-dataset.py +2 -1
NIH-Chest-X-ray-dataset.py CHANGED
@@ -144,6 +144,7 @@ class XChest(datasets.GeneratorBasedBuilder):
144
  yield i, {
145
  "image_file_path": path,
146
  "image": path,
147
- "labels": ["Mass", "Hernia"]
 
148
  }
149
 
 
144
  yield i, {
145
  "image_file_path": path,
146
  "image": path,
147
+ #"labels": ["Mass", "Hernia"]
148
+ "labels": [5, 14]
149
  }
150