mirror of
https://github.com/k2-fsa/icefall.git
synced 2025-12-11 06:55:27 +00:00
from local
This commit is contained in:
parent
360ec28ece
commit
b129bd0e7f
Binary file not shown.
@ -69,7 +69,7 @@ def prepare_vox(
|
|||||||
|
|
||||||
futures = []
|
futures = []
|
||||||
for part in tqdm(dataset_parts, desc="Dataset parts"):
|
for part in tqdm(dataset_parts, desc="Dataset parts"):
|
||||||
logging.info(f"Processing LJSpeech subset: {part}")
|
logging.info(f"Processing vox subset: {part}")
|
||||||
if manifests_exist(part=part, output_dir=output_dir):
|
if manifests_exist(part=part, output_dir=output_dir):
|
||||||
logging.info(f"LJSpeech subset: {part} already prepared - skipping.")
|
logging.info(f"LJSpeech subset: {part} already prepared - skipping.")
|
||||||
continue
|
continue
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user