YZW-explorer
YZW-explorer
Looking forward to your reply, thank you very much !
> Hello, > QuantReLU first applies a relu and then performs quantization on the output. The value of the scale factor in the pth is not necessarily the value used...
Taking this node as an example, I did not quantize the input, so if I use pytorch to simulate the quantization and inverse quantization operation here, it is: 1.int_weight() Get...
Look at this example again. If I still want to use pytorch to implement this process, are the following steps correct? 1.int_weight() Get the convolutional layer weight of int 2.input(int)...
At the same time, I have a very special example here. Two Quant nodes are connected together. How can I solve this situation?  Looking forward to your answers to...
Thank you very much! I am trying to deploy my QNN model on the board following the steps here. https://github.com/Xilinx/finn/blob/master/notebooks/end2end_example/bnn-pynq/tfc_end2end_example.ipynb But I ran into a problem that I couldn’t solve,my...
您好,错误是发生在这里: ` ... File "./x2paddle_code.py", line 103, in forward x2paddle_onnx__Gemm_190 = paddle.reshape(x=x2paddle_onnx__Flatten_189, shape=[1, 512]) ... InvalidArgumentError: The 'shape' in ReshapeOp is invalid. The input tensor X'size must be equal to...