From 1a052273218d0211e7c0328abe47ed5b7bbc0661 Mon Sep 17 00:00:00 2001 From: Albert Zeyer Date: Mon, 13 Jan 2025 15:46:50 +0100 Subject: [PATCH] wers --- .../zeyer/experiments/exp2024_04_23_baselines/ctc_recog_ext.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/users/zeyer/experiments/exp2024_04_23_baselines/ctc_recog_ext.py b/users/zeyer/experiments/exp2024_04_23_baselines/ctc_recog_ext.py index 948d125d8..d0d03b352 100644 --- a/users/zeyer/experiments/exp2024_04_23_baselines/ctc_recog_ext.py +++ b/users/zeyer/experiments/exp2024_04_23_baselines/ctc_recog_ext.py @@ -23,6 +23,7 @@ _ctc_model_name = ( + # last epoch: {"dev-clean": 2.38, "dev-other": 5.67, "test-clean": 2.63, "test-other": 5.93} "v6-relPosAttDef-noBias-aedLoss-bhv20-11gb-f32-bs15k-accgrad1-mgpu4-pavg100-wd1e_2" "-lrlin1e_5_295k-featBN-speedpertV2-spm10k-bpeSample001" ) @@ -104,7 +105,7 @@ def py(): "lm_state_lru_initial_cache_size": 1024, }, ), - ( + ( # {"dev-clean": 3.51, "dev-other": 5.79, "test-clean": 3.66, "test-other": 6.27} "beam16-beamToken16-cache1024", { "n_best": 16,