wintercoming6 commited on
Commit
1bd1c39
·
verified ·
1 Parent(s): ebbca5c

Update test3.py

Browse files
Files changed (1) hide show
  1. test3.py +1 -0
test3.py CHANGED
@@ -80,6 +80,7 @@ class Artwork(datasets.GeneratorBasedBuilder):
80
  cnt+=1
81
  print(path)
82
  print(path.label)
 
83
  yield {
84
  "label": path.label,
85
  "image_data": path.image_data,
 
80
  cnt+=1
81
  print(path)
82
  print(path.label)
83
+ print(type(path.label))
84
  yield {
85
  "label": path.label,
86
  "image_data": path.image_data,