diff --git a/examples/aishell/asr0/local/test.sh b/examples/aishell/asr0/local/test.sh index df628af86..fd7b062db 100755 --- a/examples/aishell/asr0/local/test.sh +++ b/examples/aishell/asr0/local/test.sh @@ -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