From 1645baf0038c14bf21ed85aecd95466b999648b8 Mon Sep 17 00:00:00 2001 From: dohe0342 Date: Sat, 25 Feb 2023 16:09:49 +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 5e5dde369b3eec9762b68b0ad7a999eb0c0f2a83..b695d54224d3e93defc398e2d985c396533e929f 100644 GIT binary patch delta 193 zcmZo@U}~d81&k9=YT1}_7{bs%m4;(8!X1>zJSP6lExAQlJWM?4G+D}gu%h;4va7>M5iO?eB%(}1`V oh<$+A8;A{n7-U25=DiM%T$3Mo$xRN>=iU6z>nPLacfLZK042a9QUCw| diff --git a/egs/librispeech/ASR/conformer_ctc2/decode.py b/egs/librispeech/ASR/conformer_ctc2/decode.py index 248fdbc7f..940815443 100755 --- a/egs/librispeech/ASR/conformer_ctc2/decode.py +++ b/egs/librispeech/ASR/conformer_ctc2/decode.py @@ -954,6 +954,7 @@ def main() -> None: G=G, sos_id=sos_id, eos_id=eos_id, + graph_compiler=graph_compiler, ) save_results(params=params, test_set_name=test_set, results_dict=results_dict)