From c54ddb2d644f494282d3337bd87d70b3da5739b9 Mon Sep 17 00:00:00 2001 From: dohe0342 Date: Thu, 2 Feb 2023 18:37:11 +0900 Subject: [PATCH] from local --- .../ASR/transformer_ctc/.decode.py.swp | Bin 36864 -> 36864 bytes egs/aishell/ASR/transformer_ctc/decode.py | 3 +++ 2 files changed, 3 insertions(+) diff --git a/egs/aishell/ASR/transformer_ctc/.decode.py.swp b/egs/aishell/ASR/transformer_ctc/.decode.py.swp index bb3f0ed1ae9531b4a8efc39eb3b5a6ff1c94cf7f..6ac0ec4ade89ceabce88c16cb4eb89b40b0e7266 100644 GIT binary patch delta 156 zcmZozz|^pSNi4}A%+puFQqO<^2m}}ylv{2mYt7pzW+lL=vN=#-vp;VRHv@wN4@6dF zvS326qZA(lgAfpZ=Vf5H2E^-uxCV$rfLI5Je*je<0pdO&?f~L;AkGEiR3J_PVu{U5 i6Y{wy=SIm)cFeJ4R##WwT$;0rkp;+L*esRzOc4OLejv2~ delta 169 zcmZozz|^pSNi4}A%+puFQqO<^2m}}yjy2y-?wGq#%u0Y!adV)+W`EvJZUzQT9*C^s zWWj`BM+QCyhWoq>3_F0h6^LVj*c6Bvf%q&?<#ZsP2*eYBxD1F(ff!_h1Q06&vC`(H v3HjWjCCR!e3P6yVrcjVrl$cwrmz!ELxiCs%vO$jJ=E9t%jGN{29x4I=x)UZ1 diff --git a/egs/aishell/ASR/transformer_ctc/decode.py b/egs/aishell/ASR/transformer_ctc/decode.py index 9bcc190bd..9a0ca2fb6 100755 --- a/egs/aishell/ASR/transformer_ctc/decode.py +++ b/egs/aishell/ASR/transformer_ctc/decode.py @@ -245,6 +245,8 @@ def decode_one_batch( decoding_graph = H logging.info('maybe here...') + + ''' lattice = get_lattice( nnet_output=nnet_output, decoding_graph=decoding_graph, @@ -257,6 +259,7 @@ def decode_one_batch( ) logging.info(lattice) + ''' if params.method == 'greedy-search' or params.method == 'ctc-decoding': print(batch)