Commit
·
3a0aa23
1
Parent(s):
fd24c06
Update test.py
Browse files
test.py
CHANGED
@@ -297,9 +297,9 @@ class VoxCeleb(datasets.GeneratorBasedBuilder):
|
|
297 |
index_col=0,
|
298 |
engine="python",
|
299 |
)
|
300 |
-
raise Exception(paths);
|
301 |
for path in paths[conf]:
|
302 |
dataset_path = next(Path(path).iterdir())
|
|
|
303 |
dataset_format = dataset_path.name
|
304 |
for speaker_path in dataset_path.iterdir():
|
305 |
speaker = speaker_path.name
|
|
|
297 |
index_col=0,
|
298 |
engine="python",
|
299 |
)
|
|
|
300 |
for path in paths[conf]:
|
301 |
dataset_path = next(Path(path).iterdir())
|
302 |
+
raise Exception(dataset_path);
|
303 |
dataset_format = dataset_path.name
|
304 |
for speaker_path in dataset_path.iterdir():
|
305 |
speaker = speaker_path.name
|