From 4f3e6136b20499025750cd9ad4068fcc16392841 Mon Sep 17 00:00:00 2001 From: dohe0342 Date: Thu, 26 Jan 2023 11:04:32 +0900 Subject: [PATCH] from local --- .../.train_adapter.py.swp | Bin 77824 -> 77824 bytes .../train_adapter.py | 3 ++- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/egs/librispeech/ASR/pruned_transducer_stateless_d2v_v2/.train_adapter.py.swp b/egs/librispeech/ASR/pruned_transducer_stateless_d2v_v2/.train_adapter.py.swp index 23a997aa290dd8601ded464510dc97dd9bcdd8e9..65b0753d803841a35fb428d75b5659293256ddc8 100644 GIT binary patch delta 139 zcmZp8z|!!5MKsAE%+puFQqO<^2m}}y=H9=U{Bon{Zb3%=%@+lY^>`zA85lMIF-Ves zvY>;!;u1avh72H12Vxr_76xJ=Aie@rbqJ(-bD%>sFSCMz!sPG1dl{9d3n(#4O+M!* e&YF~&uC6(Gy`TK#9DnZVrb>)*n_v5hJ_G~-?GBErAVvr=? zWI+dc#SMH64C{fo1&E`8I0}emfS3!2K`MW34s?j-otzWzJ$b$F-pSj4@J^RiV&t9N R?kCQYlV7gB`K6!uLjWw!BKrUU diff --git a/egs/librispeech/ASR/pruned_transducer_stateless_d2v_v2/train_adapter.py b/egs/librispeech/ASR/pruned_transducer_stateless_d2v_v2/train_adapter.py index 76a59b405..c498b05e2 100755 --- a/egs/librispeech/ASR/pruned_transducer_stateless_d2v_v2/train_adapter.py +++ b/egs/librispeech/ASR/pruned_transducer_stateless_d2v_v2/train_adapter.py @@ -1579,7 +1579,8 @@ def run_adapter(rank, world_size, args, wb=None): train_cuts += librispeech.train_other_500_cuts(option=params.gender) ''' - train_cuts = librispeech.test_clean_user(option='low') + train_cuts = librispeech.train_clean_10_cuts(option=params.gender) + #train_cuts = librispeech.test_clean_user(option='big') def remove_short_and_long_utt(c: Cut): return 1.0 <= c.duration <= 20.0