From e6625ab5218afc067f1fc92c8bb5413b4c1610b9 Mon Sep 17 00:00:00 2001 From: dohe0342 Date: Fri, 9 Jun 2023 17:52:16 +0900 Subject: [PATCH] from local --- .../.decode.py.swp | Bin 53248 -> 53248 bytes .../decode.py | 1 + 2 files changed, 1 insertion(+) diff --git a/egs/tedlium3/ASR/pruned_transducer_stateless_d2v_v2/.decode.py.swp b/egs/tedlium3/ASR/pruned_transducer_stateless_d2v_v2/.decode.py.swp index 11b22bc5b2eba2dbb6fb6e73cbc167ee910d0290..183ea579d6695fe37d69cf4c44937046c71a9eee 100644 GIT binary patch delta 97 zcmZozz}&EaSuDvQ%+puFQqO<^2m}}yEM7FF)WvKR+a*b0GgBRJ?n$>Vz_W&Y}{9oYXvxjLON2=j(31IA7lY0EcTCcmMzZ diff --git a/egs/tedlium3/ASR/pruned_transducer_stateless_d2v_v2/decode.py b/egs/tedlium3/ASR/pruned_transducer_stateless_d2v_v2/decode.py index d7ed1344c..c3cdd0f3f 100755 --- a/egs/tedlium3/ASR/pruned_transducer_stateless_d2v_v2/decode.py +++ b/egs/tedlium3/ASR/pruned_transducer_stateless_d2v_v2/decode.py @@ -558,6 +558,7 @@ def decode_dataset( print('-'*20) print(hyps_dict) print('-'*20) + for name, hyps in hyps_dict.items(): this_batch = [] assert len(hyps) == len(texts)