游雁
2025-01-16 23c6d672881aedabd89e37397e04177f088eccf9
docs/tutorial/README_zh.md
@@ -421,6 +421,12 @@
res = model.export(quantize=False)
```
### 优化onnx
```shell
# pip3 install -U onnxslim
onnxslim model.onnx model.onnx
```
### 测试ONNX
```python
# pip3 install -U funasr-onnx