Commit
·
ad29878
1
Parent(s):
a6300e3
Update test.py
Browse files
test.py
CHANGED
@@ -300,11 +300,8 @@ class VoxCeleb(datasets.GeneratorBasedBuilder):
|
|
300 |
)
|
301 |
|
302 |
for path in paths[conf]:
|
303 |
-
raise Exception([x for x in Path(path).glob('**/*')])
|
304 |
-
paths
|
305 |
-
for child in Path(path).iterdir():
|
306 |
-
paths += " " + child.name
|
307 |
-
raise Exception(paths)
|
308 |
dataset_path = next(Path(path).iterdir())
|
309 |
dataset_format = dataset_path.name
|
310 |
for speaker_path in dataset_path.iterdir():
|
|
|
300 |
)
|
301 |
|
302 |
for path in paths[conf]:
|
303 |
+
#raise Exception([x for x in Path(path).glob('**/*')])
|
304 |
+
#raise Exception(paths)
|
|
|
|
|
|
|
305 |
dataset_path = next(Path(path).iterdir())
|
306 |
dataset_format = dataset_path.name
|
307 |
for speaker_path in dataset_path.iterdir():
|