Chris Oswald commited on
Commit
1c9918d
1 Parent(s): bfb9e3f
Files changed (1) hide show
  1. SPIDER.py +2 -1
SPIDER.py CHANGED
@@ -525,7 +525,8 @@ class SPIDER(datasets.GeneratorBasedBuilder):
525
  if k not in ['Patient', 'IVD label']
526
  }
527
  patient_grades_dict[key] = value
528
-
 
529
  # Pad patient radiological gradings so that data for all patients
530
  # have the same dimensions
531
  if len(patient_grades_dict) < MAX_IVD:
 
525
  if k not in ['Patient', 'IVD label']
526
  }
527
  patient_grades_dict[key] = value
528
+
529
+ print(example, patient_grades_dict)
530
  # Pad patient radiological gradings so that data for all patients
531
  # have the same dimensions
532
  if len(patient_grades_dict) < MAX_IVD: