Commit
·
cf590d1
1
Parent(s):
86ae09a
Update test.py
Browse files
test.py
CHANGED
@@ -288,7 +288,6 @@ class VoxCeleb(datasets.GeneratorBasedBuilder):
|
|
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"
|
|
|
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"
|