We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c349ac commit 3903d7cCopy full SHA for 3903d7c
examples/industrial_data_pretraining/paraformer/README_zh.md
@@ -365,7 +365,7 @@ tensorboard --logdir /xxxx/FunASR/examples/industrial_data_pretraining/paraforme
365
366
从shell推理
367
```shell
368
-python -m funasr.bin.inference ++model="./model_dir" ++input=="${input}" ++output_dir="${output_dir}"
+python -m funasr.bin.inference ++model="./model_dir" ++input="${input}" ++output_dir="${output_dir}"
369
```
370
从python推理
371
@@ -433,4 +433,4 @@ result = model(wav_path)
433
print(result)
434
435
436
-更多例子请参考 [样例](https://github.com/alibaba-damo-academy/FunASR/tree/main/runtime/python/onnxruntime)
+更多例子请参考 [样例](https://github.com/alibaba-damo-academy/FunASR/tree/main/runtime/python/onnxruntime)
0 commit comments