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 run test.py use onnx model but got the error below:
onnxruntime.capi.onnxruntime_pybind11_state.InvalidArgument: [ONNXRuntimeError] : 2 : INVALID_ARGUMENT : Got invalid dimensions for input: 0 for the following indices
index: 1 Got: 3 Expected: 1
For export model I used next shape: 1 1 3 32 224 224.
I've checked input data size: 1 3 3 32 224 224
It's obviously dimensions 1 are not compatible but I can't understand why input size is 3?
Hi, I run test.py use onnx model but got the error below:
For export model I used next shape: 1 1 3 32 224 224.
I've checked input data size: 1 3 3 32 224 224
It's obviously dimensions 1 are not compatible but I can't understand why input size is 3?
My config:
The text was updated successfully, but these errors were encountered: