YZW-explorer

Results 6 comments of 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? ![image](https://user-images.githubusercontent.com/74363764/120103935-a3083500-c184-11eb-8425-a84cb65e0238.png) 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...