Merge pull request #1918 from Jackwaterveg/develop

[RTF] fix calc_rtf_by_aishell.sh
pull/1919/head
TianYuan 2 years ago committed by GitHub
commit 38eb3361f4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -24,5 +24,5 @@ if [ ${stage} -le -1 ] && [ ${stop_stage} -ge -1 ]; then
fi
if [ ${stage} -le 0 ] && [ ${stop_stage} -ge 0 ]; then
cat data/manifest.test | paddlespeech asr --model conformer_online_aishell --rtf -v
cat data/manifest.test | paddlespeech asr --model conformer_online_aishell --device gpu --decode_method ctc_prefix_beam_search --rtf -v
fi
Loading…
Cancel
Save