Onnxruntime Initialization Issue with silero-vad on Jetson #22011
Replies: 1 comment 3 replies
-
Solved, thank you. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello everyone,
I'm encountering an issue while trying to run silero-vad using onnxruntime on my Jetson device. I hope to get some assistance or advice from this community.
Problem
When running the code, I get the following error:
This error occurs during the initialization of the
InferenceSession
.Code Used
Here's the snippet of code I'm using to initialize the
InferenceSession
:Environment
What I've Tried
I've attempted to use different versions of onnxruntime:
However, the results remain the same, and the error persists.
Questions
Thank you for your help and time!
Beta Was this translation helpful? Give feedback.
All reactions