From 2f8218bff5519416ae2578bf357f0ac5cbc654b7 Mon Sep 17 00:00:00 2001 From: dohe0342 Date: Thu, 2 Feb 2023 18:52:40 +0900 Subject: [PATCH] from local --- .../ASR/transformer_ctc/.decode.py.swp | Bin 36864 -> 36864 bytes egs/aishell/ASR/transformer_ctc/decode.py | 1 + 2 files changed, 1 insertion(+) diff --git a/egs/aishell/ASR/transformer_ctc/.decode.py.swp b/egs/aishell/ASR/transformer_ctc/.decode.py.swp index 0a9b80c795b623cf2e2324a59099994338f6cc87..9c30d09e166dfaa401c49e63057bce13fc98bfd3 100644 GIT binary patch delta 84 zcmZozz|^pSNi@kI%+puFQqO<^2m}}yuC?DzZrLbmEx@R?IZ$A;KW{4+1A`|wL{e+A iV8U|NFd)x!^WKCWuE{akl5D9JnI#&Un=`U!r~m+$<`%#J delta 90 zcmZozz|^pSNi@kI%+puFQqO<^2m}}y8rp9s>uwaa7GTue94N5apLY%y149fqL{f9I dV8U`%5HDf#-h>{m$!hV!JPJr)b4K diff --git a/egs/aishell/ASR/transformer_ctc/decode.py b/egs/aishell/ASR/transformer_ctc/decode.py index 78ffc1b05..7a270cdd6 100755 --- a/egs/aishell/ASR/transformer_ctc/decode.py +++ b/egs/aishell/ASR/transformer_ctc/decode.py @@ -266,6 +266,7 @@ def decode_one_batch( for i in range(batch_size): topk_log_probs, topk_indexes = nnet_output[i].topk(1) print(topk_indexes) + exit() if params.method == "ctc-decoding":