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
The shape of the input to the model is defined in the onnx file as[batch_size, 3, frames, 160], but When I run it with a batch size of 8 samples I get the following error:
onnxruntime.capi.onnxruntime_pybind11_state.Fail: [ONNXRuntimeError] : 1 : FAIL : Non-zero status code returned while running GRU node. Name:'GRU_17' Status Message: Input initial_h must have shape {2,8,64}. Actual:{2,1,64}
The text was updated successfully, but these errors were encountered:
The shape of the input to the model is defined in the onnx file as[batch_size, 3, frames, 160], but When I run it with a batch size of 8 samples I get the following error:
onnxruntime.capi.onnxruntime_pybind11_state.Fail: [ONNXRuntimeError] : 1 : FAIL : Non-zero status code returned while running GRU node. Name:'GRU_17' Status Message: Input initial_h must have shape {2,8,64}. Actual:{2,1,64}
The text was updated successfully, but these errors were encountered: