silero-vad
silero-vad copied to clipboard
[JAVA] If_0_then_branch__Inline_0__/decoder/rnn/LSTM' Status Message: Input X must have 3 dimensions only. Actual:{1,1,1,128,4}
❓ Questions and Help
Error code - ORT_INVALID_ARGUMENT - message: Non-zero status code returned while running If node. Name:'If_0' Status Message: Non-zero status code returned while running If node. Name:'If_0_then_branch__Inline_0__/decoder/If_1' Status Message: Non-zero status code returned while running LSTM node. Name:'If_0_then_branch__Inline_0__/decoder/rnn/LSTM' Status Message: Input X must have 3 dimensions only. Actual:{1,1,1,128,4}
The error occurred when using the code in example/java.I have already modified part of the code in the SlieroVadOnnxModel by referring to wavjava to make the input compatible with V5, but I still encountered this error. Has anyone else encountered this issue, and what should I do?