wintercoming6 commited on
Commit
598c669
·
verified ·
1 Parent(s): abea7a5

Update test3.py

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