Commit
·
ed85aa1
1
Parent(s):
5b7ed9c
Update test.py
Browse files
test.py
CHANGED
@@ -288,6 +288,7 @@ class VoxCeleb(datasets.GeneratorBasedBuilder):
|
|
288 |
]
|
289 |
|
290 |
def _generate_examples(self, paths, meta_paths):
|
|
|
291 |
key = 0
|
292 |
for conf in paths:
|
293 |
dataset_id = "vox1" if conf == "audio1" else "vox2"
|
|
|
288 |
]
|
289 |
|
290 |
def _generate_examples(self, paths, meta_paths):
|
291 |
+
nonlocal dl_manager
|
292 |
key = 0
|
293 |
for conf in paths:
|
294 |
dataset_id = "vox1" if conf == "audio1" else "vox2"
|