Commit af91d7d2 authored by yangql's avatar yangql
Browse files

Update README.md

parent 1fca7e1e
......@@ -37,7 +37,8 @@ docker run --shm-size 16g --network=host --name=wenet_ort --privileged --device=
## 推理
### C++版本推理
本次采用经wenet模型完成问题语音识别任务,下面介绍如何运行C++代码示例,C++示例的详细说明见Doc目录下的Tutorial_Cpp.md。
本次采用经wenet模型完成问题语音识别任务,首先需要下载模型至Resouce/Models/,链接:https://pan.baidu.com/s/1aUt6LRcspYLAmmWu0fFTdQ
提取码:sodg,下面介绍如何运行C++代码示例,C++示例的详细说明见Doc目录下的Tutorial_Cpp.md。
#### 构建工程
```
......@@ -81,7 +82,7 @@ RTF: 0.1508
`制造`,`金融`,`交通`,`教育`
## 源码仓库及问题反馈
- https://developer.hpccube.com/codes/modelzoo/wenet-ort
- https://developer.hpccube.com/codes/modelzoo/wenet-onnxruntime
## 参考资料
- https://github.com/wenet-e2e/wenet
- https://wenet.org.cn/wenet/
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment