From 2a66366be4c2715870e4859fd5a5db6e8a9dc00a Mon Sep 17 00:00:00 2001
From: chenmengzheAAA <123789350+chenmengzheAAA@users.noreply.github.com>
Date: 星期四, 14 九月 2023 19:00:17 +0800
Subject: [PATCH] Merge pull request #956 from alibaba-damo-academy/chenmengzheAAA-patch-4

---
 egs/aishell/rnnt/README.md |   11 ++++++-----
 1 files changed, 6 insertions(+), 5 deletions(-)

diff --git a/egs/aishell/rnnt/README.md b/egs/aishell/rnnt/README.md
index 4d6ac9d..817c9b2 100644
--- a/egs/aishell/rnnt/README.md
+++ b/egs/aishell/rnnt/README.md
@@ -2,16 +2,17 @@
 # Streaming RNN-T Result
 
 ## Training Config
+- 8 gpu(Tesla V100)
 - Feature info: using 80 dims fbank, global cmvn, speed perturb(0.9, 1.0, 1.1), specaugment
-- Train config: conf/train_conformer_rnnt_unified
+- Train config: conf/train_conformer_rnnt_unified.yaml
 - chunk config: chunk size 16, 1 left chunk
 - LM config: LM was not used
 - Model size: 90M
 
 ## Results (CER)
-- Decode config: conf/train_conformer_rnnt_unified.yaml
+- Decode config: conf/decode_rnnt_conformer_streaming.yaml
 
-|   testset   | CER(%)  |
+|   testset   |  CER(%) |
 |:-----------:|:-------:|
-|     dev     |  5.89   |
-|    test     |  6.76   |
+|     dev     |  5.43   |
+|    test     |  6.04   |

--
Gitblit v1.9.1