pull/2639/head
Hui Zhang 3 years ago
parent e897890f7e
commit 2f3e7c437a

@ -23,14 +23,19 @@ More info please see [here](../../speechx/README.md).
Please see [here](../../speechx/README.md).
### 3. Usage
For u2++ asr deployment example, please to see [here](../../speechx/examples/u2pp_ol/wenetspeech/).
First go to `speechx/speechx/examples/u2pp_ol/wenetspeech` dir.
- Source path.sh
```bash
source path.sh
```
- Download Model and Prepare test data
- Download Model, Prepare test data and cmvn
```bash
run.sh --stage 0 --stop_stage 0
run.sh --stage 0 --stop_stage 1
```
- Decode with WAV

@ -23,14 +23,19 @@
更多信息可以参看[文档](../../speechx/README.md)。
### 3. 例子
u2++ 识别部署参看[这里](../../speechx/examples/u2pp_ol/wenetspeech/)。
以下是在 `speechx/speechx/examples/u2pp_ol/wenetspeech`.
- Source path.sh
```bash
source path.sh
```
- 下载模型并准备测试数据
- 下载模型准备测试数据和cmvn文件
```bash
run.sh --stage 0 --stop_stage 0
run.sh --stage 0 --stop_stage 1
```
- 解码

Loading…
Cancel
Save