akumoth commited on
Commit
29c445b
·
1 Parent(s): 7af3de7

Update ygo_card_img.py

Browse files
Files changed (1) hide show
  1. ygo_card_img.py +0 -2
ygo_card_img.py CHANGED
@@ -61,6 +61,4 @@ class ImageSet(datasets.GeneratorBasedBuilder):
61
  cid = int(''.join(filter(str.isdigit, img_path)))
62
  examples[cid]['img'] = img_obj.read()
63
  id_ = examples[cid]['id']
64
- print(cid)
65
- print(examples[cid]['img'])
66
  yield id_, examples[cid]
 
61
  cid = int(''.join(filter(str.isdigit, img_path)))
62
  examples[cid]['img'] = img_obj.read()
63
  id_ = examples[cid]['id']
 
 
64
  yield id_, examples[cid]