Commit
·
d36c78e
1
Parent(s):
4889abd
Update test.py
Browse files
test.py
CHANGED
@@ -270,7 +270,6 @@ class VoxCeleb(datasets.GeneratorBasedBuilder):
|
|
270 |
)
|
271 |
)
|
272 |
mapped_paths["test"] = {k:tuple(dl_manager.iter_files(e) for e in v) for k, v in mapped_paths["test"].items()}
|
273 |
-
raise Exception(mapped_paths["test"])
|
274 |
return [
|
275 |
# datasets.SplitGenerator(
|
276 |
# name="train",
|
@@ -300,6 +299,8 @@ class VoxCeleb(datasets.GeneratorBasedBuilder):
|
|
300 |
)
|
301 |
|
302 |
for path in paths[conf]:
|
|
|
|
|
303 |
#raise Exception([x for x in dl_manager.iter_files(path)])
|
304 |
#raise Exception([x for x in Path(path).glob('**/*')])
|
305 |
# def find_mount_point(path):
|
|
|
270 |
)
|
271 |
)
|
272 |
mapped_paths["test"] = {k:tuple(dl_manager.iter_files(e) for e in v) for k, v in mapped_paths["test"].items()}
|
|
|
273 |
return [
|
274 |
# datasets.SplitGenerator(
|
275 |
# name="train",
|
|
|
299 |
)
|
300 |
|
301 |
for path in paths[conf]:
|
302 |
+
for w in path:
|
303 |
+
raise Exception(w)
|
304 |
#raise Exception([x for x in dl_manager.iter_files(path)])
|
305 |
#raise Exception([x for x in Path(path).glob('**/*')])
|
306 |
# def find_mount_point(path):
|