mozilla / DeepSpeech

DeepSpeech is an open source embedded (offline, on-device) speech-to-text engine which can run in real time on devices ranging from a Raspberry Pi 4 to high power GPU servers.
Mozilla Public License 2.0
25.43k stars 3.98k forks source link

onnx inference #3768

Closed 1234269 closed 1 year ago

1234269 commented 1 year ago

error: onnxruntime.capi.onnxruntime_pybind11_state.RuntimeException: [ONNXRuntimeError] : 6 : RUNTIME_EXCEPTION : Non-zero status code returned while running Scan node. Name:'custom_rnn_scan_Scan__25' Status Message: Non-zero status code returned while running GreaterOrEqual node. Name:'bidirectional_rnn/bw/bw/while/GreaterEqual_2' Status Message: /onnxruntime_src/include/onnxruntime/core/framework/op_kernel_context.h:42 const T* onnxruntime::OpKernelContext::Input(int) const [with T = onnxruntime::Tensor] Missing Input: bidirectional_rnn/bw/ToInt32:0

could you give some tips for inferencing onnx?

lissyx commented 1 year ago

ONNX is not supported, project is unmaintained