[speechx] fix bugs (#2710)

pull/2723/head
Hui Zhang 2 years ago committed by GitHub
parent 62357d876c
commit b4ea7bfc0a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -83,10 +83,10 @@ fi
if [ ${stage} -le 3 ] && [ ${stop_stage} -ge 3 ]; then
# decode with wav input
./loca/recognizer.sh
./local/recognizer.sh
fi
if [ ${stage} -le 4 ] && [ ${stop_stage} -ge 4 ]; then
# decode with wav input with quanted model
./loca/recognizer_quant.sh
./local/recognizer_quant.sh
fi

Loading…
Cancel
Save