XingjianL commited on
Commit
a63fe41
1 Parent(s): f1f93e4
Files changed (1) hide show
  1. tomatotest.py +2 -2
tomatotest.py CHANGED
@@ -75,10 +75,10 @@ class RGBSemanticDepthDataset(GeneratorBasedBuilder):
75
  ]
76
 
77
  def _generate_examples(self, archives, split_txt):
78
- print(split_txt, archives)
79
  with open(split_txt, encoding="utf-8") as split_f:
80
  all_splits = split_f.read().split('\n')
81
- print(len(all_splits))
82
  for archive in archives:
83
  #print(archive)
84
  for path, file in archive:
 
75
  ]
76
 
77
  def _generate_examples(self, archives, split_txt):
78
+ #print(split_txt, archives)
79
  with open(split_txt, encoding="utf-8") as split_f:
80
  all_splits = split_f.read().split('\n')
81
+ #print(len(all_splits))
82
  for archive in archives:
83
  #print(archive)
84
  for path, file in archive: