Commit
·
5b7ed9c
1
Parent(s):
5ce7f57
Update test.py
Browse files
test.py
CHANGED
@@ -270,15 +270,14 @@ class VoxCeleb(datasets.GeneratorBasedBuilder):
|
|
270 |
)
|
271 |
)
|
272 |
|
273 |
-
raise Exception([x for x in dl_manager.iter_files(mapped_paths)])
|
274 |
return [
|
275 |
-
datasets.SplitGenerator(
|
276 |
-
|
277 |
-
|
278 |
-
|
279 |
-
|
280 |
-
|
281 |
-
),
|
282 |
datasets.SplitGenerator(
|
283 |
name="test",
|
284 |
gen_kwargs={
|
@@ -300,6 +299,7 @@ class VoxCeleb(datasets.GeneratorBasedBuilder):
|
|
300 |
)
|
301 |
|
302 |
for path in paths[conf]:
|
|
|
303 |
#raise Exception([x for x in Path(path).glob('**/*')])
|
304 |
# def find_mount_point(path):
|
305 |
# path = os.path.realpath(path)
|
|
|
270 |
)
|
271 |
)
|
272 |
|
|
|
273 |
return [
|
274 |
+
# datasets.SplitGenerator(
|
275 |
+
# name="train",
|
276 |
+
# gen_kwargs={
|
277 |
+
# "paths":mapped_paths["dev"],
|
278 |
+
# "meta_paths": metadata,
|
279 |
+
# },
|
280 |
+
# ),
|
281 |
datasets.SplitGenerator(
|
282 |
name="test",
|
283 |
gen_kwargs={
|
|
|
299 |
)
|
300 |
|
301 |
for path in paths[conf]:
|
302 |
+
raise Exception([x for x in dl_manager.iter_files(path)])
|
303 |
#raise Exception([x for x in Path(path).glob('**/*')])
|
304 |
# def find_mount_point(path):
|
305 |
# path = os.path.realpath(path)
|