alkzar90 commited on
Commit
7e19fce
1 Parent(s): 58fcc18
Files changed (1) hide show
  1. NIH-Chest-X-ray-dataset.py +5 -2
NIH-Chest-X-ray-dataset.py CHANGED
@@ -119,12 +119,15 @@ class XChest(datasets.GeneratorBasedBuilder):
119
  datatsets.SplitGenerator(
120
  name=datasets.Split.TRAIN,
121
  gen_kwargs={
122
- 'files': dl_manager.iter_files()
123
  }
124
 
125
  ),
126
  datasets.SplitGenerator(
127
-
 
 
 
128
  )
129
  ]
130
 
 
119
  datatsets.SplitGenerator(
120
  name=datasets.Split.TRAIN,
121
  gen_kwargs={
122
+ 'files': pass
123
  }
124
 
125
  ),
126
  datasets.SplitGenerator(
127
+ name=datasets.Split.TEST,
128
+ gen_kwargs={
129
+ 'files': pass
130
+ }
131
  )
132
  ]
133