From c4bf61dcb1a7a188e439153474254f7557e0826f Mon Sep 17 00:00:00 2001 From: zr_jin <60612200+JinZr@users.noreply.github.com> Date: Mon, 17 Jul 2023 13:30:02 +0800 Subject: [PATCH] fixes --- egs/multi_zh-hans/ASR/local/compute_fbank_stcmds.py | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/egs/multi_zh-hans/ASR/local/compute_fbank_stcmds.py b/egs/multi_zh-hans/ASR/local/compute_fbank_stcmds.py index 932ee6341..4083a4b9e 100644 --- a/egs/multi_zh-hans/ASR/local/compute_fbank_stcmds.py +++ b/egs/multi_zh-hans/ASR/local/compute_fbank_stcmds.py @@ -48,11 +48,7 @@ def compute_fbank_thchs30(num_mel_bins: int = 80): output_dir = Path("data/fbank") num_jobs = min(15, os.cpu_count()) - dataset_parts = ( - "train", - "dev", - "test", - ) + dataset_parts = ("train",) prefix = "stcmds" suffix = "jsonl.gz" manifests = read_manifests_if_cached(