Commit
·
86ae09a
1
Parent(s):
ed85aa1
Update test.py
Browse files
test.py
CHANGED
@@ -269,7 +269,7 @@ class VoxCeleb(datasets.GeneratorBasedBuilder):
|
|
269 |
for placeholder_key in ("dev", "test")
|
270 |
)
|
271 |
)
|
272 |
-
|
273 |
return [
|
274 |
# datasets.SplitGenerator(
|
275 |
# name="train",
|
@@ -300,7 +300,7 @@ 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):
|
306 |
# path = os.path.realpath(path)
|
|
|
269 |
for placeholder_key in ("dev", "test")
|
270 |
)
|
271 |
)
|
272 |
+
raise Exception(mapped_paths["test"])
|
273 |
return [
|
274 |
# datasets.SplitGenerator(
|
275 |
# name="train",
|
|
|
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):
|
306 |
# path = os.path.realpath(path)
|