From 759b2e0b2d7c0a9809cd7feaf19dd7b2a6a4261f Mon Sep 17 00:00:00 2001 From: Hui Zhang Date: Fri, 21 May 2021 11:20:12 +0000 Subject: [PATCH] fix ds2 default config --- examples/librispeech/s0/run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/librispeech/s0/run.sh b/examples/librispeech/s0/run.sh index 1c55c6ea..3e536bd7 100755 --- a/examples/librispeech/s0/run.sh +++ b/examples/librispeech/s0/run.sh @@ -4,7 +4,7 @@ source path.sh stage=0 stop_stage=100 -conf_path=conf/transformer.yaml +conf_path=conf/deepspeech2.yaml avg_num=30 source ${MAIN_ROOT}/utils/parse_options.sh || exit 1;