Update test3.py
Browse files
test3.py
CHANGED
@@ -79,6 +79,7 @@ class Artwork(datasets.GeneratorBasedBuilder):
|
|
79 |
print(cnt)
|
80 |
cnt+=1
|
81 |
print(path)
|
|
|
82 |
yield {
|
83 |
"label": path.label,
|
84 |
"image_data": path.image_data,
|
|
|
79 |
print(cnt)
|
80 |
cnt+=1
|
81 |
print(path)
|
82 |
+
print(path.label)
|
83 |
yield {
|
84 |
"label": path.label,
|
85 |
"image_data": path.image_data,
|