From 975f6e03fdd37251d9778c543cc4aef730341564 Mon Sep 17 00:00:00 2001 From: jinzr Date: Thu, 7 Dec 2023 11:17:25 +0800 Subject: [PATCH] Update streaming_ctc_decode.py --- egs/librispeech/ASR/zipformer/streaming_ctc_decode.py | 1 - 1 file changed, 1 deletion(-) diff --git a/egs/librispeech/ASR/zipformer/streaming_ctc_decode.py b/egs/librispeech/ASR/zipformer/streaming_ctc_decode.py index 3e7b5e1e8..ab550290c 100755 --- a/egs/librispeech/ASR/zipformer/streaming_ctc_decode.py +++ b/egs/librispeech/ASR/zipformer/streaming_ctc_decode.py @@ -377,7 +377,6 @@ def decode_dataset( params=params, cut_id=cut.id, initial_states=initial_states, - decoding_graph=decoding_graph, device=device, )