Skip to content
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

How to convert ONNX format NCHW to NHWC and write back to onnx file ??? #5952

Open
abhishek27m1992github opened this issue Feb 22, 2024 · 0 comments
Labels
question Questions about ONNX

Comments

@abhishek27m1992github
Copy link

Question
How to get/convert the onnx format to NHWC from NCHW.
My H/w only supports NHWC format and by just adding transpose layer having huge performance issue. So is there any way to convert onnx format to NHWC.

MY SDK takes .onnx model as input but in NHWC format. to run on NN H/W.

Further information
Is this issue related to a specific model?
Model name:
Model opset:

@abhishek27m1992github abhishek27m1992github added the question Questions about ONNX label Feb 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Questions about ONNX
Projects
None yet
Development

No branches or pull requests

1 participant