diff --git a/egs/aishell/ASR/transformer_ctc/.decode.py.swp b/egs/aishell/ASR/transformer_ctc/.decode.py.swp index cc4e176b3..ca0a287f8 100644 Binary files a/egs/aishell/ASR/transformer_ctc/.decode.py.swp and b/egs/aishell/ASR/transformer_ctc/.decode.py.swp differ diff --git a/egs/aishell/ASR/transformer_ctc/decode.py b/egs/aishell/ASR/transformer_ctc/decode.py index c0f8e87b6..4fc8ecb26 100755 --- a/egs/aishell/ASR/transformer_ctc/decode.py +++ b/egs/aishell/ASR/transformer_ctc/decode.py @@ -484,7 +484,7 @@ def decode_dataset( for i, hyp in enumerate(hyps): print('hyp = ', hyp) - print('ref = ', texts[i]) + print('ref = ', texts[i].replace(' ', '')) print('') '''