Can't convert ONNX model
When I use both pegasus command and VSInn API to convert a VAD model (onnx file) into your company format, I got the following error:
`ValueError: zero-dimensional arrays cannot be concatenated`
Here is the code of the open-source VAD model I'm using [https://github.com/snakers4/silero-vad](url)
The models stored in src/silero_vad/data and the example code of them stored in examples/cpp/silero-vad-onnx.cpp.
0 条评论