Replies: 1 comment 1 reply
-
Thanks for sharing this @rbcarlos , this looks like a potential Brevitas bug. |
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
-
The brevitas export to onnx throws following warnings:
It does so for MatMul, Conv and Multithreshold.
This causes problems as the types default to floats32 and therefore the to_hls transforms cannot continue as they expect ints.
Here are examples of definitions of all the layers.
When I try to explicitly set the input_quant the brevitas export throws an error.
Beta Was this translation helpful? Give feedback.
All reactions