Commit e0e115c0 authored by 游雁's avatar 游雁
Browse files

onnx export

parent 5cacbb67
...@@ -42,9 +42,8 @@ tester /path/to/models/dir /path/to/wave/file ...@@ -42,9 +42,8 @@ tester /path/to/models/dir /path/to/wave/file
## 导出onnx格式模型文件 ## 导出onnx格式模型文件
安装 modelscope与FunASR,[安装文档](https://github.com/alibaba-damo-academy/FunASR/wiki) 安装 modelscope与FunASR,依赖:torch,torchaudio,安装[详细参考文档]([安装文档](https://github.com/alibaba-damo-academy/FunASR/wiki))
```shell ```shell
pip config set global.index-url https://mirror.sjtu.edu.cn/pypi/web/simple #推荐使用上交pip源
pip install "modelscope[audio_asr]" -f https://modelscope.oss-cn-beijing.aliyuncs.com/releases/repo.html pip install "modelscope[audio_asr]" -f https://modelscope.oss-cn-beijing.aliyuncs.com/releases/repo.html
git clone https://github.com/alibaba/FunASR.git && cd FunASR git clone https://github.com/alibaba/FunASR.git && cd FunASR
pip install --editable ./ pip install --editable ./
......
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