From 0098d5eeb658fa13ed988453e0e4ac27a2a57421 Mon Sep 17 00:00:00 2001 From: zr_jin <60612200+JinZr@users.noreply.github.com> Date: Mon, 17 Jul 2023 12:42:53 +0800 Subject: [PATCH] fixes --- egs/multi_zh-hans/ASR/local/compute_fbank_thchs30.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/egs/multi_zh-hans/ASR/local/compute_fbank_thchs30.py b/egs/multi_zh-hans/ASR/local/compute_fbank_thchs30.py index 0f1e67418..b79232d91 100755 --- a/egs/multi_zh-hans/ASR/local/compute_fbank_thchs30.py +++ b/egs/multi_zh-hans/ASR/local/compute_fbank_thchs30.py @@ -19,7 +19,7 @@ """ This file computes fbank features of the THCHS-30 dataset. -It looks for manifests in the directory data/manifests. +It looks for manifests in the directory data/manifests/thchs30. The generated fbank features are saved in data/fbank. """