Skip to content

Commit 1e6f513

Browse files
lfchenerYibing Liu
authored andcommitted
update README (#3840) (#3842)
1 parent afbaee5 commit 1e6f513

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

PaddleSpeech/DeepASR/README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@ The minimum PaddlePaddle version needed for the code sample in this directory is
77
DeepASR (Deep Automatic Speech Recognition) is a speech recognition system based on PaddlePaddle FLuid and Kaldi. It uses the Fluid framework to perform the configuration and training of acoustic models in speech recognition and integrates Kaldi decoder. It is designed to facilitate Kaldi users to implement the rapid and large-scale training of acoustic models, and to use Kaldi to complete complex speech data preprocessing and final decoding processes.
88

99
### Content
10-
- [Introduction](#Introduction)
11-
- [Installation](#Installation)
12-
- [Data reprocessing](#Data reprocessing)
13-
- [Training](#Training)
14-
- [Perf profiling](#Perf profiling)
15-
- [Inference & Decoding](#Inference & Decoding)
16-
- [Scoring error rate](#Scoring error rate)
17-
- [Aishell example](#Aishell example)
18-
- [Question and Contribution](#Question and Contribution)
10+
- [Introduction](#introduction)
11+
- [Installation](#installation)
12+
- [Data reprocessing](#data-reprocessing)
13+
- [Training](#training)
14+
- [Perf profiling](#perf-profiling)
15+
- [Inference and Decoding](#inference-and-decoding)
16+
- [Scoring error rate](#scoring-error-rate)
17+
- [Aishell example](#aishell-example)
18+
- [Question and Contribution](#question-and-contribution)
1919

2020

2121
### Introduction
@@ -84,7 +84,7 @@ CUDA_VISIBLE_DEVICES=0 python -u tools/profile.py \
8484
--mean_var global_mean_var
8585
```
8686

87-
### Inference & Decoding
87+
### Inference and Decoding
8888
After fully training the acoustic model, using the model checkpoint saved in the training process, the input audio data can be decoded and output, and the sound to text recognition result can be obtained.
8989

9090
```

PaddleSpeech/DeepASR/README_cn.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ DeepASR (Deep Automatic Speech Recognition) 是一个基于PaddlePaddle FLuid与
1414
- [训练过程中的时间分析](#训练过程中的时间分析)
1515
- [预测和解码](#预测和解码)
1616
- [错误率评估](#错误率评估)
17-
- [Aishell 实例](#Aishell 实例)
17+
- [Aishell 实例](#aishell-实例)
1818
- [欢迎贡献更多的实例](#欢迎贡献更多的实例)
1919

2020
### 模型概览

0 commit comments

Comments
 (0)