diff --git a/egs/aishell/ASR/transformer_ctc/.decode.py.swp b/egs/aishell/ASR/transformer_ctc/.decode.py.swp index a454836ef..5d0b04a8b 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 752d98b32..be5356f3f 100755 --- a/egs/aishell/ASR/transformer_ctc/decode.py +++ b/egs/aishell/ASR/transformer_ctc/decode.py @@ -255,10 +255,14 @@ def decode_one_batch( subsampling_factor=params.subsampling_factor, ) + logging.info(lattice) + if params.method == "ctc-decoding": best_path = one_best_decoding( lattice=lattice, use_double_scores=params.use_double_scores ) + + logging.info(best_path) # Note: `best_path.aux_labels` contains token IDs, not word IDs # since we are using H, not HLG here. #