majic31
2024-12-24 ae7aff2e9cf6c79cf61e18cdc60ce68cf9f98400
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