Datasets:
Youssef Benhachem
commited on
Commit
·
a8031fb
1
Parent(s):
20307a8
debugging
Browse files
KHATT.py
CHANGED
@@ -87,8 +87,9 @@ class KHATT(datasets.GeneratorBasedBuilder):
|
|
87 |
def _generate_examples(self, archives, split):
|
88 |
"""Yields examples."""
|
89 |
idx = 0
|
90 |
-
if split =='
|
91 |
import ipdb;ipdb.set_trace()
|
|
|
92 |
for archive in archives:
|
93 |
for path, file in archive:
|
94 |
# 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 |
+
|
93 |
for archive in archives:
|
94 |
for path, file in archive:
|
95 |
# If we have an image
|