You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have noticed an issue in the commit (e8cfc0d), specifically in the graph of the network.
There is an Add node for rounding (0.5), which should ideally be folded together with the other Add node before it. This seems to be causing a discrepancy in the network graph.
Could this be checked and corrected?
Thanks for looking into this.
The text was updated successfully, but these errors were encountered:
Hi @ahmad-mirsalari!
I believe this is in issue of oversight. For PULP-NN type quantization, the rounding offset (eps/2) is indeed added to the bias of the requantization operator. For CMSIS type quantization, this is not done, since the kernels work differently. I'll look into a fix with @da-gazzi.
I have noticed an issue in the commit (e8cfc0d), specifically in the graph of the network.
There is an Add node for rounding (0.5), which should ideally be folded together with the other Add node before it. This seems to be causing a discrepancy in the network graph.
Could this be checked and corrected?
Thanks for looking into this.
The text was updated successfully, but these errors were encountered: