Skip to content

Commit

Permalink
Update egs/aishell/ASR/conformer_mmi/decode.py
Browse files Browse the repository at this point in the history
Co-authored-by: Fangjun Kuang <csukuangfj@gmail.com>
  • Loading branch information
JinZr and csukuangfj authored Mar 18, 2024
1 parent 23bd455 commit f957751
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion egs/aishell/ASR/conformer_mmi/decode.py
Original file line number Diff line number Diff line change
Expand Up @@ -448,7 +448,7 @@ def save_results(
f"{test_set_name}-{key}",
results_char,
enable_log=enable_log,
cer=True,
compute_CER=True,
)
test_set_wers[key] = wer

Expand Down

0 comments on commit f957751

Please sign in to comment.