from local

This commit is contained in:
dohe0342 2023-06-12 00:27:41 +09:00
parent f6d4ea4932
commit a96c59053e
2 changed files with 1 additions and 1 deletions

View File

@ -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 ("train", "dev", "test"):
for split in ("test"):
root = tedlium_root / "legacy" / split
recordings = RecordingSet.from_recordings(
Recording.from_file(p) for p in (root / "sph").glob("*.sph")