From 2bb4712abe337f6ce1473c868406fd4e338b095f Mon Sep 17 00:00:00 2001 From: dohe0342 Date: Sat, 25 Feb 2023 15:43:30 +0900 Subject: [PATCH] from local --- .../ASR/conformer_ctc2/.decode.py.swp | Bin 65536 -> 65536 bytes egs/librispeech/ASR/conformer_ctc2/decode.py | 1 + 2 files changed, 1 insertion(+) diff --git a/egs/librispeech/ASR/conformer_ctc2/.decode.py.swp b/egs/librispeech/ASR/conformer_ctc2/.decode.py.swp index 6e1c5db5f48a0ee5f9c2b50ff9b1f5f376a6e671..85f6dc25d4ca00f299fd61056c5b3429da7cf2ae 100644 GIT binary patch delta 184 zcmZo@U} zPXqA`AdUp$2q1O?VjUo60OC79TlNF->dhY$_Hl0Bl@-FomRgZnqM^B&Gxz%>0K2qy6^Oq8@m(N30K_YRcoGm7192u0>jN<}5P#!lV7L#&*MayN y5HAMe6d+Cp;y@ra2V!m@eh#$Z6cB@KO4|G}VISw@xOeQES7${qZRX4UGzkDa9xEjP diff --git a/egs/librispeech/ASR/conformer_ctc2/decode.py b/egs/librispeech/ASR/conformer_ctc2/decode.py index 20a67dab9..7ab022574 100755 --- a/egs/librispeech/ASR/conformer_ctc2/decode.py +++ b/egs/librispeech/ASR/conformer_ctc2/decode.py @@ -248,6 +248,7 @@ def greedy_search( hyp = hyp[hyp > 0].tolist() ret_hyps.append(hyp) print(ret_hyps) + exit() return ret_hyps