Datasets:
Tasks:
Image Classification
Sub-tasks:
multi-class-image-classification
Languages:
English
Size:
100K<n<1M
ArXiv:
License:
Comment task_template in dataset info
Browse files
NIH-Chest-X-ray-dataset.py
CHANGED
@@ -98,8 +98,8 @@ class XChest(datasets.GeneratorBasedBuilder):
|
|
98 |
supervised_keys=("image", "labels"),
|
99 |
homepage=_HOMEPAGE,
|
100 |
citation=_CITATION,
|
101 |
-
task_templates=[ImageClassification(image_column="image",
|
102 |
-
|
103 |
)
|
104 |
|
105 |
|
|
|
98 |
supervised_keys=("image", "labels"),
|
99 |
homepage=_HOMEPAGE,
|
100 |
citation=_CITATION,
|
101 |
+
#task_templates=[ImageClassification(image_column="image",
|
102 |
+
# label_column="labels")],
|
103 |
)
|
104 |
|
105 |
|