开发者社区 > ModelScope模型即服务 > 语音 > 正文

ONNXRuntime inferece failed.

自己录制的ACC视频转码为wav ffmpeg切割为3s等份

from modelscope.tools import run_auto_label

input_wav = "./test_wavs/"
output_data = "./output_training_data/"

ret, report = run_auto_label(input_wav=input_wav, work_dir=output_data, resource_revision="v1.0.4")

执行报错


The above exception was the direct cause of the following exception:

Traceback (most recent call last):
  File "/opt/conda/lib/python3.7/site-packages/tts_autolabel/audio2phone/rapid_paraformer/paraformer_onnx.py", line 58, in __call__
    am_scores, valid_token_lens = self.infer(feats, feats_len)
  File "/opt/conda/lib/python3.7/site-packages/tts_autolabel/audio2phone/rapid_paraformer/paraformer_onnx.py", line 112, in infer
    am_scores, token_nums = self.ort_infer([feats, feats_len])
  File "/opt/conda/lib/python3.7/site-packages/tts_autolabel/audio2phone/rapid_paraformer/utils/utils.py", line 189, in __call__
    raise ONNXRuntimeError('ONNXRuntime inferece failed.') from e
tts_autolabel.audio2phone.rapid_paraformer.utils.utils.ONNXRuntimeError: ONNXRuntime inferece failed.```

展开
收起
游客lgbin5hhv43km 2023-04-04 08:39:47 579 0
1 条回答
写回答
取消 提交回答
  • 也同样地遇到了。。

    2023-04-19 15:07:33
    赞同 展开评论 打赏

包括语音识别、语音合成、语音唤醒、声学设计及信号处理、声纹识别、音频事件检测等多个领域

热门讨论

热门文章

相关电子书

更多
低代码开发师(初级)实战教程 立即下载
冬季实战营第三期:MySQL数据库进阶实战 立即下载
阿里巴巴DevOps 最佳实践手册 立即下载