diff --git a/egs/tedlium3/ASR/.prepare.sh.swp b/egs/tedlium3/ASR/.prepare.sh.swp index c52c5ee23..c29c9f8f5 100644 Binary files a/egs/tedlium3/ASR/.prepare.sh.swp and b/egs/tedlium3/ASR/.prepare.sh.swp differ diff --git a/egs/tedlium3/ASR/local/.prepare_ted_manifests.py.swp b/egs/tedlium3/ASR/local/.prepare_ted_manifests.py.swp index b36c36cdc..70f98d7e1 100644 Binary files a/egs/tedlium3/ASR/local/.prepare_ted_manifests.py.swp and b/egs/tedlium3/ASR/local/.prepare_ted_manifests.py.swp differ diff --git a/egs/tedlium3/ASR/local/prepare_ted_manifests.py b/egs/tedlium3/ASR/local/prepare_ted_manifests.py index ae3e8c190..05a0b8a72 100644 --- a/egs/tedlium3/ASR/local/prepare_ted_manifests.py +++ b/egs/tedlium3/ASR/local/prepare_ted_manifests.py @@ -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")