Datasets:
Commit
·
49020ad
1
Parent(s):
27a66f5
Update vox_celeb.py
Browse files- vox_celeb.py +1 -0
vox_celeb.py
CHANGED
@@ -387,6 +387,7 @@ class VoxCeleb(datasets.GeneratorBasedBuilder):
|
|
387 |
datasets.SplitGenerator(
|
388 |
name="train",
|
389 |
gen_kwargs={
|
|
|
390 |
"paths": mapped_paths["placeholder"],
|
391 |
"meta_paths": metadata,
|
392 |
},
|
|
|
387 |
datasets.SplitGenerator(
|
388 |
name="train",
|
389 |
gen_kwargs={
|
390 |
+
local_extracted_archive = dl_manager.extract(audio_path) if not dl_manager.is_streaming else None
|
391 |
"paths": mapped_paths["placeholder"],
|
392 |
"meta_paths": metadata,
|
393 |
},
|