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

Multithreshold operator FINN-ONNX execution error after 1D scalar add operator is absorbed into it. #98

Open
shashwat1198 opened this issue Feb 8, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@shashwat1198
Copy link

The notebook attached with this bug report describes an error scenario of the multithreshold operator (after applying the AbsorbAddIntoMultithreshold transformation) during finn-onnx graph execution:

Error operator : Multithreshold.

Error description : Getting shape mismatch error during execution. Attached image below. It occurs when an 1D scalar add operator is merged with the proceeding multithresholding operator and executed.
error

Error resolution : The input vector 'v' shape needs to be reversed for this operation to correctly work during execution.

Notebook executed with FINN v0.9 along with the intermediate ONNX files are included in the attached zip folder :
Debug.zip

@shashwat1198 shashwat1198 added the bug Something isn't working label Feb 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant