-
Notifications
You must be signed in to change notification settings - Fork 424
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
executor_runner: Check failed (all_contiguous || all_channels_last): 2 input tensors have different dim orders #7444
Comments
Can you list detailed repro including the model you are trying to run? Which executor_runner are you using? Is this one from examples/portable? I do see that you have test.zip file listed here but would appreciate a simple model definition pasted here if it is not large. If large we can take a look. |
Following up with what Kimish mentioned, do you have any explicit dim order conversion in your model, such as |
Sorry for the latency, I'll check and return back as soon as possible. |
Sorry I don't have the source code now. I only have model files.
I built executor_runner using this command : (base on version: release/0.4, tag: v0.4.0-rc5) rm -rf cmake-out && mkdir cmake-out && cd cmake-out && cmake .. The configure result: run command:
Currently I don't have a model definition, but I have a original onnx model: Hope that helps. |
🐛 Describe the bug
Hello,
When I run my model using executor_runner, it failed:
I built executor_runner by this command:
Thanks for your help.
The model:
test.zip
Versions
I ran test.pte model on win11/WSL2:
The text was updated successfully, but these errors were encountered: