XingjianL commited on
Commit
d0a0e92
1 Parent(s): 0d43877
Files changed (1) hide show
  1. tomatotest.py +1 -1
tomatotest.py CHANGED
@@ -74,7 +74,7 @@ class RGBSemanticDepthDataset(GeneratorBasedBuilder):
74
  ]
75
 
76
  def _generate_examples(self, archives, split_txt):
77
- print(split_txt)
78
  with open(split_txt, encoding="utf-8") as split_f:
79
  all_splits = split_f.read().split('\n')
80
  print(len(all_splits))
 
74
  ]
75
 
76
  def _generate_examples(self, archives, split_txt):
77
+ print(split_txt, archives)
78
  with open(split_txt, encoding="utf-8") as split_f:
79
  all_splits = split_f.read().split('\n')
80
  print(len(all_splits))