diff --git a/egs/librispeech/ASR/conformer_ctc2/.decode.py.swp b/egs/librispeech/ASR/conformer_ctc2/.decode.py.swp index 803e50861..a3eacfa18 100644 Binary files a/egs/librispeech/ASR/conformer_ctc2/.decode.py.swp and b/egs/librispeech/ASR/conformer_ctc2/.decode.py.swp differ diff --git a/egs/librispeech/ASR/conformer_ctc2/decode.py b/egs/librispeech/ASR/conformer_ctc2/decode.py index 48836920b..ac2b0955c 100755 --- a/egs/librispeech/ASR/conformer_ctc2/decode.py +++ b/egs/librispeech/ASR/conformer_ctc2/decode.py @@ -356,6 +356,8 @@ def decode_one_batch( max_active_states=params.max_active_states, subsampling_factor=params.subsampling_factor, ) + print(lattice) + exit() if params.method == "ctc-decoding": best_path = one_best_decoding( diff --git a/icefall/.decode.py.swp b/icefall/.decode.py.swp index f6146e48f..e5c7eac10 100644 Binary files a/icefall/.decode.py.swp and b/icefall/.decode.py.swp differ