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
e04fdd3e55
commit
fcd8f10e16
Binary file not shown.
@ -112,10 +112,10 @@ def prepare_vox(
|
||||
|
||||
if output_dir is not None:
|
||||
supervision_set.to_file(
|
||||
output_dir / f"vox_supervisions_{part}.jsonl.gz"
|
||||
output_dir / f"{subset_name}_supervisions_{part}.jsonl.gz"
|
||||
)
|
||||
recording_set.to_file(
|
||||
output_dir / f"vox_recordings_{part}.jsonl.gz"
|
||||
output_dir / f"{subset_name}_recordings_{part}.jsonl.gz"
|
||||
)
|
||||
|
||||
manifests[part] = {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user