parent
37e02308b2
commit
25c0f23b17
@ -1,14 +0,0 @@
|
|||||||
### Prepare the environment
|
|
||||||
Please follow the instructions shown in [here](https://github.com/PaddlePaddle/DeepSpeech/blob/develop/docs/src/install.md) to install the Deepspeech first.
|
|
||||||
|
|
||||||
### Prepare the benchmark environment
|
|
||||||
bash prepare.sh
|
|
||||||
|
|
||||||
### Start benchmarking
|
|
||||||
bash run.sh
|
|
||||||
|
|
||||||
### Analyse the sp
|
|
||||||
bash run_analysis_sp.sh
|
|
||||||
|
|
||||||
### Analyse the mp
|
|
||||||
bash run_analysis_mp.sh
|
|
@ -1,2 +0,0 @@
|
|||||||
old-pd_env.txt
|
|
||||||
pd_env.txt
|
|
@ -1,11 +1,22 @@
|
|||||||
# Benchmark Test
|
### Prepare the environment
|
||||||
|
Please follow the instructions shown in [here](https://github.com/PaddlePaddle/DeepSpeech/blob/develop/docs/src/install.md) to install the Deepspeech first.
|
||||||
|
|
||||||
## Data
|
### Prepare the benchmark environment
|
||||||
|
```
|
||||||
|
bash prepare.sh
|
||||||
|
```
|
||||||
|
|
||||||
* Aishell
|
### Start benchmarking
|
||||||
|
```
|
||||||
|
bash run.sh
|
||||||
|
```
|
||||||
|
|
||||||
## Docker
|
### Analyse the sp
|
||||||
|
```
|
||||||
|
bash run_analysis_sp.sh
|
||||||
|
```
|
||||||
|
|
||||||
|
### Analyse the mp
|
||||||
```
|
```
|
||||||
registry.baidubce.com/paddlepaddle/paddle 2.1.1-gpu-cuda10.2-cudnn7 59d5ec1de486
|
bash run_analysis_mp.sh
|
||||||
```
|
```
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
source ../tools/venv/bin/activate
|
source ../tools/venv/bin/activate
|
||||||
|
|
||||||
#进入执行目录
|
#Enter the example dir
|
||||||
pushd ../examples/aishell/s1
|
pushd ../examples/aishell/s1
|
||||||
|
|
||||||
#准备数据
|
#Prepare the data
|
||||||
bash run.sh --stage 0 --stop_stage 0
|
bash run.sh --stage 0 --stop_stage 0
|
Loading…
Reference in new issue