Onnxruntime Initialization Issue with silero-vad on Jetson #22011
Replies: 2 comments 4 replies
-
Solved, thank you. |
Beta Was this translation helpful? Give feedback.
4 replies
-
@brushknight @SteinsHead @wen152 The reason may be some cpu core is offline when initialize onnxruntime session. My machine is Ubuntu on an old Andoird phone instead of Jetson.
Use command
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
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