From a96c59053ef83e6f4379cddfef6d177cae8e360e Mon Sep 17 00:00:00 2001 From: dohe0342 Date: Mon, 12 Jun 2023 00:27:41 +0900 Subject: [PATCH] from local --- .../ASR/local/.prepare_ted_manifests.py.swp | Bin 12288 -> 12288 bytes .../ASR/local/prepare_ted_manifests.py | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/egs/tedlium3/ASR/local/.prepare_ted_manifests.py.swp b/egs/tedlium3/ASR/local/.prepare_ted_manifests.py.swp index 877004bdc63f363b106313df86e365e86057eee4..f11ca1f5883b4ba6c75f3af00596780b27f01d81 100644 GIT binary patch delta 245 zcmZ9?KdV7;0LJl0=XbdNEM|r?m}D_2O1BIqMk~r$Zn~XhxWg@HH&Aq6fYBt!;02%z zUV#lSfI>#!`9AfjXZZRpzqK%q{b@<#Nz@q*UU6xUKh#h`5~rB7zz<5uBL#y?R9d5t zB5ohF7~u6miy7*88tH*EPB>tNu?a#ZYo)!O X>$Q7sv+s7g-oFKY<~I@~a(C+uq?j-v delta 244 zcmWN}KMMf?9LDkAb?46^c?m}*E-8bF(TgznQ+Gv4x@1yrki{Z4lVmWeLm9jR8(shd zc>$OVzQd>I8J-@u=GHcv;mfKb?o2nvgI8GOfDsDFLBTmBvOoiA#1Y0@7r9~$3n|=# zY%xF?8TefB3sNc^h;h!l#h>N?6JcXMLac;2QE0{h!tGTQ?!&C={R<$ d?%36?ZMD2fvLA>#^=3O^8VSqp5njmrs(+e>E)oC$ diff --git a/egs/tedlium3/ASR/local/prepare_ted_manifests.py b/egs/tedlium3/ASR/local/prepare_ted_manifests.py index eef752b0a..4ac24479a 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 ("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")