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
6ae2d42e83
commit
c8e780fd45
Binary file not shown.
@ -70,9 +70,9 @@ def prepare_vox(
|
||||
futures = []
|
||||
for part in tqdm(dataset_parts, desc="Dataset parts"):
|
||||
logging.info(f"Processing vox subset: {part}")
|
||||
if manifests_exist(part=part, output_dir=output_dir):
|
||||
logging.info(f"vox subset: {part} already prepared - skipping.")
|
||||
continue
|
||||
#if manifests_exist(part=part, output_dir=output_dir):
|
||||
# logging.info(f"vox subset: {part} already prepared - skipping.")
|
||||
# continue
|
||||
recordings = []
|
||||
supervisions = []
|
||||
#part_path = Path(os.path.join(corpus_dir, "wavs", part))
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user