XingjianL commited on
Commit
f1f93e4
·
1 Parent(s): 2178b19
Files changed (1) hide show
  1. tomatotest.py +1 -1
tomatotest.py CHANGED
@@ -75,7 +75,7 @@ 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))
 
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))