diff --git a/egs/librispeech/ASR/conformer_ctc2/.decode.py.swp b/egs/librispeech/ASR/conformer_ctc2/.decode.py.swp index 4b8436360..b9841e9cc 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 d2db79419..df94e18c1 100755 --- a/egs/librispeech/ASR/conformer_ctc2/decode.py +++ b/egs/librispeech/ASR/conformer_ctc2/decode.py @@ -236,7 +236,7 @@ def greedy_search( Returns: best path result """ - + ctc_probs = probs _, max_index = ctc_probs.max(2) # (B, maxlen) max_index = max_index.masked_fill_(mask, 0) # (B, maxlen)