From cece0e955dfdce0d1631a44cc2843371b3dcdcd7 Mon Sep 17 00:00:00 2001 From: dohe0342 Date: Thu, 2 Feb 2023 19:12:07 +0900 Subject: [PATCH] from local --- .../ASR/transformer_ctc/.decode.py.swp | Bin 53248 -> 53248 bytes egs/aishell/ASR/transformer_ctc/decode.py | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/egs/aishell/ASR/transformer_ctc/.decode.py.swp b/egs/aishell/ASR/transformer_ctc/.decode.py.swp index cc4e176b376425a1608a855cda260290843ab9ad..ca0a287f872f27886d9a08118d2b79e6ad58407b 100644 GIT binary patch delta 92 zcmZozz}&EaSuDvQ%+puFQqO<^2m}}yta@%I8?D_a_HI7g0X7DPFYKGS7RWKOadCjz tdJ9jpO%Bj!pX|GWeX_&~bwRzN)PkJEYMFX98?DY3~&}! 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('') '''