run_bwer_recall.sh 364 B

1234567891011
  1. #now_result_name=asr_conformer_acc1_lr002_warm20000/decode_asr_asr_model_valid.acc.ave
  2. #hotword_type=ocr_1ngram_top10_hotwords_list
  3. hot_exp_suf=$1
  4. python compute_wer_details.py --v 1 \
  5. --ref ${hot_exp_suf}/token.ref \
  6. --ref_ocr ${hot_exp_suf}/ocr.list \
  7. --rec_name base \
  8. --rec_file ${hot_exp_suf}/token.proc \
  9. > ${hot_exp_suf}/BWER-UWER.results