-
Notifications
You must be signed in to change notification settings - Fork 409
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
Issue with ModelGraph function during ONNX model synthesis #983
Labels
Comments
The current ONNX parser is broken in many ways, it is going to be updated soon. You can try out the development version in #979 |
@vloncar what is the expectation on the tests in #979 ? I get
In particular
|
Installing |
After clearing that issue, I do get one failure in
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
On up-to-date main branch, running from within this docker image
Attempting to synthesize hls from ONNX model. First, I ran python code from README.md to convert Keras model without error. Then I modified the script to convert from ONNX instead (see below)
When I run the above code, I get the following output and subsequent error message during synthesis
I originally encountered this error in a different and more complex project, but reproduced it in hls4ml's example code to facilitate debugging
Thank you!
The text was updated successfully, but these errors were encountered: