Youssef Benhachem commited on
Commit
20307a8
1 Parent(s): e6b63cc
Files changed (1) hide show
  1. KHATT.py +2 -0
KHATT.py CHANGED
@@ -87,6 +87,8 @@ class KHATT(datasets.GeneratorBasedBuilder):
87
  def _generate_examples(self, archives, split):
88
  """Yields examples."""
89
  idx = 0
 
 
90
  for archive in archives:
91
  for path, file in archive:
92
  # If we have an image
 
87
  def _generate_examples(self, archives, split):
88
  """Yields examples."""
89
  idx = 0
90
+ if split =='Validation':
91
+ import ipdb;ipdb.set_trace()
92
  for archive in archives:
93
  for path, file in archive:
94
  # If we have an image