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
{{ message }}
This repository was archived by the owner on Jan 4, 2022. It is now read-only.
Hello,
I have added some extra layers on a CIFAR-10. I managed to make a successful simulation of the model and execute software inference on PYNQ board. However if I try to run HW acceleration the results for all classes are 1. I guess the weights are not properly loaded on FPGA or some configuration in main_python.cpp is wrong (in OFFLOAD sections as software inference runs just fine).
Could you suggest how to fix this issue?
Hello,
I have added some extra layers on a CIFAR-10. I managed to make a successful simulation of the model and execute software inference on PYNQ board. However if I try to run HW acceleration the results for all classes are 1. I guess the weights are not properly loaded on FPGA or some configuration in main_python.cpp is wrong (in OFFLOAD sections as software inference runs just fine).
Could you suggest how to fix this issue?