Update examples/aishell/asr0/local/test.sh

pull/3942/head
Wang Xin 9 months ago committed by GitHub
parent de1cc8a75c
commit 42bd0e25e1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -43,7 +43,7 @@ if [ ${stage} -le 0 ] && [ ${stop_stage} -ge 0 ]; then
--origin_hyp ${ckpt_prefix}.rsl \
--trans_hyp ${ckpt_prefix}.rsl.text
python3 ${MAIN_ROOT}/${MAIN_ROOT}/${MAIN_ROOT}/${MAIN_ROOT}/utils/compute-wer.py --char=1 --v=1 \
python3 ${MAIN_ROOT}/utils/compute-wer.py --char=1 --v=1 \
data/manifest.test.text ${ckpt_prefix}.rsl.text > ${ckpt_prefix}.error
fi

Loading…
Cancel
Save