We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug
Current ONNX implementation does not support Unsqueeze OpSet 1 where only one input is expected and axes is passed via attributes: https://onnx.ai/onnx/operators/onnx__Unsqueeze.html#unsqueeze-1
To Reproduce
Only tensor input is valid
[burn-import]% cr ./clip_image_model_vitb32_batchsize1.onnx ./out
Expected behavior
Screenshots
The text was updated successfully, but these errors were encountered:
antimora
Successfully merging a pull request may close this issue.
Describe the bug
Current ONNX implementation does not support Unsqueeze OpSet 1 where only one input is expected and axes is passed via attributes: https://onnx.ai/onnx/operators/onnx__Unsqueeze.html#unsqueeze-1
To Reproduce
Only tensor input is valid
when converting ONNX model #1593[burn-import]% cr ./clip_image_model_vitb32_batchsize1.onnx ./out
Expected behavior
Screenshots
The text was updated successfully, but these errors were encountered: