From 426aebc634ddd7c3b3ee4cd958a442648c1a5ff5 Mon Sep 17 00:00:00 2001 From: dohe0342 Date: Mon, 12 Jun 2023 00:38:23 +0900 Subject: [PATCH] from local --- egs/tedlium3/ASR/.prepare.sh.swp | Bin 24576 -> 24576 bytes .../ASR/local/.prepare_ted_manifests.py.swp | Bin 12288 -> 12288 bytes .../ASR/local/prepare_ted_manifests.py | 2 +- 3 files changed, 1 insertion(+), 1 deletion(-) diff --git a/egs/tedlium3/ASR/.prepare.sh.swp b/egs/tedlium3/ASR/.prepare.sh.swp index c52c5ee23fc3b0d7805386f8efdfc24d1b3f2aff..c29c9f8f56ed3575ded009397b78ff75c4287be0 100644 GIT binary patch delta 34 ocmZoTz}RqrQ9Q{Y%+puFQqO<^2m}}yl3ul@yyd#JQT$~*0Ibmp^#A|> delta 34 ocmZoTz}RqrQ9Q{Y%+puFQqO<^2m}}y(jT;@^!&NGQT$~*0I#GAfB*mh diff --git a/egs/tedlium3/ASR/local/.prepare_ted_manifests.py.swp b/egs/tedlium3/ASR/local/.prepare_ted_manifests.py.swp index b36c36cdc1a72b9f0494742818a8c2215f8ef88d..70f98d7e1157a89309a56c5eee8a1bd21e332c22 100644 GIT binary patch delta 234 zcmWN@v2FnY0Eh8^^*HVlOJCr6kx1$`qj&=b56~dF1_MnER!0*9qs7K(QROD%*{otU z*gQZZX*$$5{PKN4EvS7PPW(3}m8U6Z(!bi$4kHwi#{-U*v_KO%Jj2FMN;+W)A1}Bh zr7yHmLKc6fbifSn$iculA+0b#BcXyS%oFx;DZ(d)sKQ2QNLws0#~2?d8=L4q7QSZI UX1ZH%bzIMJ{kI+oE${Yt2ZWs{RsaA1 delta 219 zcmWN@F$)240LJ0B?(aCKq->TeMvFiP zF!~KoJ#iR^squ1-B?T+Tn@2xax?+tUx~Sk;lu}IKqlFp_UXHZK2pxP1(h*bi(T0mh zUfLppk1F1_bie{*TfPRQj(bkJVTC1zsNrIyGg2hjV1~f#PGu|WHIjT*YJROhyg4Iv 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")