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 follow cnv_end2end_example notebook. I can implement W1A1 version that I trained CNV by Brevitas succesfully in Pynq-Z2. However I just change quantization from 1 bit to 2 bits, I have this issue. Where should I look?
I have checked similar github issues but I could not find a solution.
Prerequisites
Please make sure to check off these prerequisites before submitting a bug report.
Quick summary
I trained Brevitas CNV model on CIFAR10 dataset by using QAT and exported it by this scpript
Then, imported it to tfc_end2end_example.ipynb
Unfortunately, I have encountered with warnings and errors:
Details
QONNX File
QONNX_CNV.zip
Brevitas
Brevitas: 0.10.2
Ubuntu: 20.04
Python: 3.10.12
Torch: 2.1.0
CUDA: 12.2
FINN
FINN: 0.10 (tag: dev_latest)
Docker: 25.0.1
Vivado: 2022.1
Vitis HLS: 2022.1
Ubuntu: 20.04
Python: 3.11.5
Error:
AssertionError: MultiThreshold_6: Signed output requres actval < 0
Possible fix
Using an extra convertion or a setting
The text was updated successfully, but these errors were encountered: