Replies: 2 comments 6 replies
-
What backend are you using? VivadoAccelerator or are you integrating the IP to the FPGA in a custom manner? |
Beta Was this translation helpful? Give feedback.
6 replies
-
I met the same problem, by reversing the whole row of the input data and proper set of ap_hs, it works well.
|
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
-
Hi!
I am using HLS4ML to create a CNN to classify 32x64 images with about 29000 parameters. In the simulations, it works fine, with all classes being correctly classified. But, when I try to put my Neural Network on the FPGA, no matter what image is input, the output is always the same class. Anyone has got something like this?
I am using Xilinx Vivado 2020.1 to compile and a ZynqMP SoC ZCU106 board to test
Beta Was this translation helpful? Give feedback.
All reactions