AttributeError: module 'brevitas.onnx' has no attribute 'export_finn_onnx' #951
Unanswered
bleachman08
asked this question in
Q&A
Replies: 3 comments 5 replies
-
Hi, which branch of FINN are you using? Could you try with the dev branch? |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hi, I have the same issue. |
Beta Was this translation helpful? Give feedback.
5 replies
-
!pip install --upgrade brevitas import brevitas.onnx as bo 0.10.0 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am following the end to end example of cybersecurity, I am in the 1st notebook.
I have executed the training and testing process successfully but while exporting to FINN-ONNX, I am getting the following error
AttributeError: module 'brevitas.onnx' has no attribute 'export_finn_onnx'
Beta Was this translation helpful? Give feedback.
All reactions