Commit
·
80b3fcd
1
Parent(s):
9609f6b
Update test.py
Browse files
test.py
CHANGED
@@ -298,7 +298,7 @@ class VoxCeleb(datasets.GeneratorBasedBuilder):
|
|
298 |
engine="python",
|
299 |
)
|
300 |
for path in paths[conf]:
|
301 |
-
dataset_path = next(Path(path+'/').iterdir())
|
302 |
dataset_format = dataset_path.name
|
303 |
for speaker_path in dataset_path.iterdir():
|
304 |
speaker = speaker_path.name
|
|
|
298 |
engine="python",
|
299 |
)
|
300 |
for path in paths[conf]:
|
301 |
+
dataset_path = next(Path(path+'/dev/').iterdir())
|
302 |
dataset_format = dataset_path.name
|
303 |
for speaker_path in dataset_path.iterdir():
|
304 |
speaker = speaker_path.name
|