Replies: 1 comment 1 reply
-
|
Hey RicDen, I could reproduce your error only when setting an invalid sizes input (Resize_X_param0 in your case). The sizes input is translated into the scales input somewhere along the way. These two inputs convey the same information and are just different representations that can be translated into each other. A negative sizes input translates into a negative scales input, hence the error. Maybe take a look at the model export? It does not seem like a qonnx problem. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, I seem to have a similar issue to this one #150, when working with qonnx in FINN. I am trying to bring a custom model through the workflow. The model is the LRASPP model from the torchvision library https://docs.pytorch.org/vision/main/models/lraspp.html
The layers causing problems are the following:
The current FINN main branch does not yet apply the fix, so I went ahead and checked out the latest qonnx release.
I indeed don't fail at the check_all_tensor_shapes_specified anymore.
However, I now fail during onnx runtime with:
Do you have any suggestions for this scenario? Should I report this as a new bug?
Beta Was this translation helpful? Give feedback.
All reactions