Update test3.py
Browse files
test3.py
CHANGED
|
@@ -54,7 +54,7 @@ class Artwork(datasets.GeneratorBasedBuilder):
|
|
| 54 |
"image_data": bytes
|
| 55 |
}
|
| 56 |
),
|
| 57 |
-
supervised_keys=("
|
| 58 |
homepage=_HOMEPAGE,
|
| 59 |
citation=_CITATION,
|
| 60 |
task_templates=[ImageClassification(image_column="image_data", label_column="label")],
|
|
|
|
| 54 |
"image_data": bytes
|
| 55 |
}
|
| 56 |
),
|
| 57 |
+
supervised_keys=("label","image_data"),
|
| 58 |
homepage=_HOMEPAGE,
|
| 59 |
citation=_CITATION,
|
| 60 |
task_templates=[ImageClassification(image_column="image_data", label_column="label")],
|