mirror of
https://github.com/k2-fsa/icefall.git
synced 2025-09-18 21:44:18 +00:00
from local
This commit is contained in:
parent
57839f4271
commit
426aebc634
Binary file not shown.
Binary file not shown.
@ -29,7 +29,7 @@ def prepare_tedlium(
|
||||
tedlium_root = Path(tedlium_root)
|
||||
output_dir = Path(output_dir) if output_dir is not None else None
|
||||
corpus = {}
|
||||
for split in ("test"):
|
||||
for split in ("train", "dev", "test"):
|
||||
root = tedlium_root / "legacy" / split
|
||||
recordings = RecordingSet.from_recordings(
|
||||
Recording.from_file(p) for p in (root / "sph").glob("*.sph")
|
||||
|
Loading…
x
Reference in New Issue
Block a user