ziq commited on
Commit
6212f83
·
1 Parent(s): 42e8560

Update rsna-atd.py

Browse files
Files changed (1) hide show
  1. rsna-atd.py +4 -4
rsna-atd.py CHANGED
@@ -81,10 +81,10 @@ class RSNAATD(datasets.GeneratorBasedBuilder):
81
 
82
  def _generate_examples(self, images, masks, metadata):
83
  df = pd.read_csv(metadata)
84
- # yield 0, {
85
- # "test": images
86
- # }
87
- # return
88
  for i, image in enumerate(images):
89
  yield i, {
90
  "test": image
 
81
 
82
  def _generate_examples(self, images, masks, metadata):
83
  df = pd.read_csv(metadata)
84
+ yield 0, {
85
+ "test": images
86
+ }
87
+ return
88
  for i, image in enumerate(images):
89
  yield i, {
90
  "test": image