From bd5e67b9af7b25ebc820113f918abb69f88ad632 Mon Sep 17 00:00:00 2001 From: dohe0342 Date: Tue, 31 Jan 2023 16:42:04 +0900 Subject: [PATCH] from local --- .../.decode.py.swp | Bin 40960 -> 45056 bytes .../decode.py | 7 +++++-- 2 files changed, 5 insertions(+), 2 deletions(-) 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 1f1abd5fda3c1d36750011d52935a7e259e797f4..d4416b0219358913c431ce90b8f1705a81420187 100644 GIT binary patch delta 436 zcmXxgyGz1R6u|NGD@n~qzYH{;M4^VnZ1R@`O$`k#LO~6Y6+}c^Lo}o`RD`wMrGKCz z8Z4zCYAA=MoPuZ&l(5JiL|e7g*B%Ex_jS1Ea!=~4E>*5`k4J|32mIaPh!DC+_~K^b zYUIHE+@x7mz5b$w)SK>cHP+HZ&+jDO`rM~}@67s5x}#(k*|U(~dPp@#GS&jS+DTTO zN1n`nVm2|IJLxJksMw~iQk`D4Y`D~}(Uz+ko~dMFQsjs#`M)avuY5I$9AgDbn8z3b zC^|(lSjQ^j=s*kJ9U>)MVi${;!wd!ygB!1QkvqF2rNW|!H5iEE)<$upF^mw}@j)-H zv4sVUq89}Vh7tuV-|hz!44B1`D_&r7KU2K@|K)tIyL|FNeiltXse3HysY-4 KK~*+{ft=Ts7T7FIg04^CUVE_OC 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 cfe96dd3b..cebac5248 100755 --- a/egs/librispeech/ASR/pruned_transducer_stateless_d2v_v2/decode.py +++ b/egs/librispeech/ASR/pruned_transducer_stateless_d2v_v2/decode.py @@ -788,8 +788,11 @@ def main(): test_other_cuts = librispeech.test_other_user(option=option) test_clean_dl = librispeech.test_dataloaders(test_clean_cuts) test_other_dl = librispeech.test_dataloaders(test_other_cuts) - test_sets = [f"test-clean_sampling"]#, f"test-other_sampling"] - test_dl = [test_clean_dl]#, test_other_dl] + test_sets = [f"test-other_sampling"] + test_dl = [test_other_dl] + + #test_sets = [f"test-clean_sampling", f"test-other_sampling"] + #test_dl = [test_clean_dl, test_other_dl] if 0: option = '6938'