From 5430a366abc35f926ae438a5dbdb5cf5892871ee Mon Sep 17 00:00:00 2001 From: zxcd <228587199@qq.com> Date: Tue, 28 Feb 2023 11:37:00 +0800 Subject: [PATCH] Update RESULTS.md (#2964) --- examples/tal_cs/asr1/RESULTS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/tal_cs/asr1/RESULTS.md b/examples/tal_cs/asr1/RESULTS.md index 98607b7b..4a6bd8fd 100644 --- a/examples/tal_cs/asr1/RESULTS.md +++ b/examples/tal_cs/asr1/RESULTS.md @@ -4,7 +4,7 @@ ## Conformer train: Epoch 100, 3 V100-32G, best avg: 10 -| Model | Params | Config | Augmentation| Test set | Decode method | Loss | WER | +| Model | Params | Config | Augmentation| Test set | Decode method | Loss | MER | | --- | --- | --- | --- | --- | --- | --- | --- | | conformer | 47.63 M | conf/conformer.yaml | spec_aug | test-set | attention | 9.85091028213501 | 0.102786 | | conformer | 47.63 M | conf/conformer.yaml | spec_aug | test-set | ctc_greedy_search | 9.85091028213501 | 0.103538 | -- GitLab