diff --git a/egs/aishell/ASR/transformer_ctc/.decode.py.swp b/egs/aishell/ASR/transformer_ctc/.decode.py.swp index 9345cf604..31d4dcd87 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 198712891..01c3d2784 100755 --- a/egs/aishell/ASR/transformer_ctc/decode.py +++ b/egs/aishell/ASR/transformer_ctc/decode.py @@ -259,7 +259,8 @@ def decode_one_batch( logging.info(lattice) if params.method == 'greedy-search': - logging.info(batch) + print(batch) + exit() if params.method == "ctc-decoding": best_path = one_best_decoding(