Leonardo Citraro
Leonardo Citraro
Same issue. Has anyone found a solution?
I found the problem in my case. I do not know if this is the same issue the other had but worth mentioning it. In my case I could render...
I realized that the weights in the C++ code are much larger then the ones of QKeras. In fact by a factor 64. Is this correct? ``` //Numpy array shape...
I found the reason for the scaled weights. In QKeras, if the quantizer's alpha is none, the weights are scaled by a certain factor equal to the data type scale....