游雁
2024-12-25 a3a1c55c4c674768e6cfef1dc9c10d2e1c3335c7
docs/tutorial/README.md
@@ -411,6 +411,12 @@
res = model.export(quantize=False)
```
### optimize onnx
```shell
# pip3 install -U onnxslim
onnxslim model.onnx model.onnx
```
### Test ONNX
```python
# pip3 install -U funasr-onnx