Youssef Benhachem commited on
Commit
997f162
1 Parent(s): 342e246
Files changed (1) hide show
  1. KHATT.py +1 -1
KHATT.py CHANGED
@@ -89,8 +89,8 @@ class KHATT(datasets.GeneratorBasedBuilder):
89
  """Yields examples."""
90
  idx = 0
91
  for archive in archives:
 
92
  for path, file in archive:
93
- print(file)
94
  # If we have an image
95
  if path.endswith(".TIF"):
96
  if split != "test":
 
89
  """Yields examples."""
90
  idx = 0
91
  for archive in archives:
92
+ import ipdb; ipdb.set_trace()
93
  for path, file in archive:
 
94
  # If we have an image
95
  if path.endswith(".TIF"):
96
  if split != "test":