Replies: 1 comment
-
I have fixed this issue by using the QuantIdentity layer instead of the QuantReLU. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am working on a simple draft for sentiment classification using Conv1D layers. When running through the step_convert_to_hls I get the following error in the InferQuantizedStreamingFCLayer transformation:
Here is the definition of the network in Brevitas:
I have also included the absorb.AbsorbSignBiasIntoMultiThreshold() transform before the streamline, as suggested in a thread on gitter.
I am also including the onnx file.
end2end_sentiment-8.onnx.zip
On another note. As you can see, I have multiple conv layers defined, which I would like to concatenate before the dropout layer. Is there any way to do that? I tried but it did not work, as the Change3DTo4DTensors() transformation does not support this type of node.
Beta Was this translation helpful? Give feedback.
All reactions