-
Notifications
You must be signed in to change notification settings - Fork 214
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Failed to load model with 1-dimension input parameter. #1194
Comments
Please give a shot at the current main branch, I have switch a default to be more lenient about ill-sized onnx network as this error was a pain. Tell me if it works better. |
Thanks. Output with current main branch "2ea76c09678f092d00713ebbe6fdb046c0a9ad0f"
|
The link of cpp version to load the onnx model: https://github.com/snakers4/silero-vad/blob/master/examples/cpp/silero-vad-onnx.cpp |
I think I have seen this model before, and it had some structural things that were making it difficult for tract. Can you link me the onxx file so I can have a look ? |
See #1029 actually. |
Sure. Here is the file link: https://github.com/snakers4/silero-vad/blob/master/files/silero_vad.onnx Thanks, #1029 described it more accurately than I did. |
Yes. I think so. |
I'm going to close this one then, as it does not bring much light to the issue. |
Failed to load silero_vad.onnx with a single dimension input of sampling rate.
The text was updated successfully, but these errors were encountered: