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
Let me know if you want my help to move these tests into the Brevitas-FINN integration testsuite (best tracked in a separate issue) or for any other debugging.
The text was updated successfully, but these errors were encountered:
maltanar
changed the title
Some activation export tests randomly failing
Some FINN activation export tests randomly failing
Jun 17, 2020
I've been debugging the different outputs produced by the ONNX-exported 4-bit MobileNet-v1 and its Brevitas implementation, and it looks like this issue is also the cause of the problem there. For instance the first activation (4-bit QuantReLU with channelwise scaling) in the network produces 394272 values, 394270 are the same between FINN and Brevitas, but 2 of them are different. Here is one example:
We are seeing some FINN activation export tests randomly failing, first mentioned here on the FINN repo:
Xilinx/finn#134 (comment)
Copy pasting one of the failed cases we are observing here:
Test code is here:
https://github.com/Xilinx/finn/blob/dev/tests/brevitas/test_brevitas_scaled_QHardTanh_export.py
Let me know if you want my help to move these tests into the Brevitas-FINN integration testsuite (best tracked in a separate issue) or for any other debugging.
The text was updated successfully, but these errors were encountered: