diff --git a/egs/librispeech/ASR/conformer_ctc2/.decode.py.swp b/egs/librispeech/ASR/conformer_ctc2/.decode.py.swp index be51e9266..3a32d61b7 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 72ae1fb10..f1a56fb05 100755 --- a/egs/librispeech/ASR/conformer_ctc2/decode.py +++ b/egs/librispeech/ASR/conformer_ctc2/decode.py @@ -321,8 +321,6 @@ def decode_one_batch( nnet_output, memory, memory_key_padding_mask = model(feature, supervisions) if type(nnet_output) == tuple: nnet_output = nnet_output[0] - print(type(nnet_output)) - exit() # nnet_output is (N, T, C) supervision_segments = torch.stack(