From d577b89400273c06af4ef1ac29aedda33cdd1718 Mon Sep 17 00:00:00 2001 From: zr_jin Date: Sat, 2 Sep 2023 16:59:56 +0800 Subject: [PATCH] Update egs/multi_zh-hans/ASR/local/compute_fbank_stcmds.py Co-authored-by: Fangjun Kuang --- egs/multi_zh-hans/ASR/local/compute_fbank_stcmds.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 dc37453c3..34442e787 100755 --- a/egs/multi_zh-hans/ASR/local/compute_fbank_stcmds.py +++ b/egs/multi_zh-hans/ASR/local/compute_fbank_stcmds.py @@ -43,7 +43,7 @@ torch.set_num_threads(1) torch.set_num_interop_threads(1) -def compute_fbank_thchs30(num_mel_bins: int = 80, speed_perturb: bool = False): +def compute_fbank_stcmds(num_mel_bins: int = 80, speed_perturb: bool = False): src_dir = Path("data/manifests/stcmds") output_dir = Path("data/fbank") num_jobs = min(15, os.cpu_count())