-
I want to use the tfc_end2end_verification notebook to verify my finn model but am encountering a few issues. In this notebook in the second cell, a model gets imported with the command get_test_model_trained("TFC", 1, 1). How can i import my own brevitas export/quantized model in this notebook? Secondly in the verification of the example network using PyVerilator another weird thing happens. When trying to evaluate, the golden_output is an array of 10 values (as expected), but the output of the rtl simulation is 2. If I look closely at these values, the softmax of golden_output is also 2, so the prediction was successful, however the format in which these are given is not the same. Are there any known fixes for this issue? An image of the executed cell with added prints can be found below. Thanks in advance. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hi @B-Willems , please check out my comment on your issue: #587 |
Beta Was this translation helpful? Give feedback.
Hi @B-Willems , please check out my comment on your issue: #587