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 a Keras CNN model that I want to export as a Qonnx model in the QCDQ format to export to FINN later. In the test/ folder, I see that you can export a Keras model to Qonnx. Also, In the transformation/ folder, I noted that you have integrated the functionality to transform a normal Qonnx format to QCDQ format. However, my question is the following:
How can I choose the data type during the export from Keras to Qonnx?
Do you have an example I can follow to perform this conversion?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I have a Keras CNN model that I want to export as a Qonnx model in the QCDQ format to export to FINN later. In the
test/
folder, I see that you can export a Keras model to Qonnx. Also, In thetransformation/
folder, I noted that you have integrated the functionality to transform a normal Qonnx format to QCDQ format. However, my question is the following:Thank you!
Beta Was this translation helpful? Give feedback.
All reactions