Chris Oswald
commited on
Commit
·
c510c2b
1
Parent(s):
b949ef2
debugging
Browse files
SPIDER.py
CHANGED
|
@@ -541,7 +541,8 @@ class SPIDER(datasets.GeneratorBasedBuilder):
|
|
| 541 |
if k not in ['Patient', 'IVD label']
|
| 542 |
}
|
| 543 |
patient_grades_dict[key] = value
|
| 544 |
-
|
|
|
|
| 545 |
# Prepare example return dict
|
| 546 |
return_dict = {'patient_id':patient_id, 'scan_type':scan_type}
|
| 547 |
# if raw_image:
|
|
|
|
| 541 |
if k not in ['Patient', 'IVD label']
|
| 542 |
}
|
| 543 |
patient_grades_dict[key] = value
|
| 544 |
+
print(example, patient_grades_dict)
|
| 545 |
+
print('Checkpoint 1')
|
| 546 |
# Prepare example return dict
|
| 547 |
return_dict = {'patient_id':patient_id, 'scan_type':scan_type}
|
| 548 |
# if raw_image:
|