未验证 提交 f71b9b91 编写于 作者: J Jackwaterveg 提交者: GitHub

test=doc

上级 1a670386
...@@ -151,15 +151,8 @@ avg.sh best exp/deepspeech2/checkpoints 1 ...@@ -151,15 +151,8 @@ avg.sh best exp/deepspeech2/checkpoints 1
CUDA_VISIBLE_DEVICES= ./local/test.sh conf/deepspeech2.yaml exp/deepspeech2/checkpoints/avg_1 CUDA_VISIBLE_DEVICES= ./local/test.sh conf/deepspeech2.yaml exp/deepspeech2/checkpoints/avg_1
``` ```
## Pretrained Model ## Pretrained Model
You can get the pretrained transformer or conformer using the scripts below: You can get the pretrained models from [this](../../../docs/source/released_model.md).
```bash
Deepspeech2 offline:
wget https://paddlespeech.bj.bcebos.com/s2t/aishell/asr0/asr0_deepspeech2_aishell_ckpt_0.1.1.model.tar.gz
Deepspeech2 online:
wget https://paddlespeech.bj.bcebos.com/s2t/aishell/asr0/asr0_deepspeech2_online_aishell_ckpt_0.2.0.model.tar.gz
```
using the `tar` scripts to unpack the model and then you can use the script to test the model. using the `tar` scripts to unpack the model and then you can use the script to test the model.
For example: For example:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册