From 0ecb558f2aab24790102a2425aea75502301c774 Mon Sep 17 00:00:00 2001 From: Jackwaterveg <87408988+Jackwaterveg@users.noreply.github.com> Date: Thu, 9 Sep 2021 16:51:08 +0800 Subject: [PATCH] Update deepspeech_architecture.md --- doc/src/deepspeech_architecture.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/src/deepspeech_architecture.md b/doc/src/deepspeech_architecture.md index 78fc5b7b..5ef730fd 100644 --- a/doc/src/deepspeech_architecture.md +++ b/doc/src/deepspeech_architecture.md @@ -8,7 +8,7 @@ To illustrate the model implementation clearly, 3 parts are described in detail. - Data Preparation - Encoder - Decoder - +In addition, the training process and the testing process are also introduced. The arcitecture of the model is shown in Fig.1. @@ -145,4 +145,4 @@ After the training process, we use stage 3,4,5 for testing process. The stage 3 ## No Streaming -The deepspeech2 offline model is similarity to the deepspeech2 online model. The main difference between them is the offline model use the bi-directional rnn layers while the online model use the single direction rnn layers. +The deepspeech2 offline model is similarity to the deepspeech2 online model. The main difference between them is the offline model use the bi-directional rnn layers while the online model use the single direction rnn layers. The arcitecture of the model is shown in Fig.2. -- GitLab