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
Hi, I am trying to use the VAD model with onnxruntime in Java.
Running into problems with the input shape: Name:'Conv_606' Status Message: Invalid input shape: {4}.
Is there anyone who has a working implementation in Java or can help me find the implementation problem.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi, I am trying to use the VAD model with onnxruntime in Java.
Running into problems with the input shape:
Name:'Conv_606' Status Message: Invalid input shape: {4}
.Is there anyone who has a working implementation in Java or can help me find the implementation problem.
I created a gist with an example implementation: https://gist.github.com/waigel/c42cefa4bd327c62df45dee6685b1f36
Beta Was this translation helpful? Give feedback.
All reactions