From 6a85c8cb2cd00a265ec398ed1213f57ad09a68cb Mon Sep 17 00:00:00 2001 From: dohe0342 Date: Wed, 4 Jan 2023 03:14:30 +0900 Subject: [PATCH] from local --- .../.asr_datamodule.py.swp | Bin 36864 -> 36864 bytes .../.decode.py.swp | Bin 40960 -> 40960 bytes .../decode.py | 1 + 3 files changed, 1 insertion(+) diff --git a/egs/librispeech/ASR/pruned_transducer_stateless_d2v_v2/.asr_datamodule.py.swp b/egs/librispeech/ASR/pruned_transducer_stateless_d2v_v2/.asr_datamodule.py.swp index 7eee86d406723d95d5573a106686ff4f4a267d0a..b70c0560958682f3c901b9619510a46b33e7be59 100644 GIT binary patch delta 32 mcmZozz|^pSNi@kI%+puFQqO<^2m}}yJPNiXM{N{+-46hY&It$r delta 32 mcmZozz|^pSNi@kI%+puFQqO<^2m}}yR0_5v%WV{W-46hWUI?fF diff --git a/egs/librispeech/ASR/pruned_transducer_stateless_d2v_v2/.decode.py.swp b/egs/librispeech/ASR/pruned_transducer_stateless_d2v_v2/.decode.py.swp index 2456da12a41e6b3989d497ec5e4b37618582c1d3..2bc087641b49e336b186c872d7fcadec1c228e13 100644 GIT binary patch delta 166 zcmZoTz|?SnX~PErMwiVW1%%~!J6RbRwz4rWFbFU(xJ(u_*dKa`gMncp5T^mL7Z7U$ zF&_|rXJ=rz0K^M{crp-A0^$lFjs#*uAZ7#NA3&471MyuTz5~R!f%pIrZ{4hDIDvKZ p4KqO|IRzjnD9X$$(a1^7()E2LnSV5a$B19}pV? zu@n%0W@lhH0>s;Zcq*lRy Mf=ruVT8O6u09D}|C;$Ke diff --git a/egs/librispeech/ASR/pruned_transducer_stateless_d2v_v2/decode.py b/egs/librispeech/ASR/pruned_transducer_stateless_d2v_v2/decode.py index 250fdab59..02ead7316 100755 --- a/egs/librispeech/ASR/pruned_transducer_stateless_d2v_v2/decode.py +++ b/egs/librispeech/ASR/pruned_transducer_stateless_d2v_v2/decode.py @@ -792,6 +792,7 @@ def main(): test_dl = [test_clean_dl, test_other_dl] for sets, dls in zip(test_sets, test_dl): + print(len(sets), len(dls)) for test_set, test_dl in zip(sets, dls): results_dict = decode_dataset( dl=test_dl,