You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When i try to use runtime/onnxrutime to infer,i get error below:
terminate called after throwing an instance of 'Ort::Exception'
what(): Non-zero status code returned while running Gather node. Name:'Gather_299' Status Message:/onnxruntime_src/include/onnxruntime/core/framework/op_kernel_context.h:40 const T* onnxruntime::OpKernelContext::Input(int) const [with T = onnxruntime::Tensor] Missing Input: sid
And i find the error happens in gwp_prosody.cc,line 107:
Describe the bug
When i try to use runtime/onnxrutime to infer,i get error below:
terminate called after throwing an instance of 'Ort::Exception'
what(): Non-zero status code returned while running Gather node. Name:'Gather_299' Status Message:/onnxruntime_src/include/onnxruntime/core/framework/op_kernel_context.h:40 const T* onnxruntime::OpKernelContext::Input(int) const [with T = onnxruntime::Tensor] Missing Input: sid
And i find the error happens in gwp_prosody.cc,line 107:
To Reproduce
Steps to reproduce the behavior:
The text was updated successfully, but these errors were encountered: