fastmachinelearning / hls4ml

Machine learning on FPGAs using HLS
https://fastmachinelearning.org/hls4ml
Apache License 2.0
1.17k stars 387 forks source link

part7b of tutorial has no result returned back #913

Open jsncepu opened 8 months ago

jsncepu commented 8 months ago

Hi. I have build the project sucessfully by following the tutorial part7a. However, after I copied the files to pynq boards and executed commands in part7b, I got nothing. It seems that the command: y_hw, latency, throughput = nn.predict(X_test, profile=True) never terminates. So how can I fix the problem? Could anyone give me some advices? Thanks a lot!