xddcore/OpenNNA

[BUG]ZYNQ-7100 运行快速验证DEMO(Network)结果错误

Opened this issue · 9 comments

现象:NNA输出结果异常,准确率低,无法手写数字识别

尝试的解决办法:

1. 禁用D-Cache
-结果:无效

BUG已定位: NNA IP Core
现象:
1.使用OpenNNA NNA IP Core代码自行综合IP Core,出现上述BUG,无法运行。
2.使用OpenNNA提供的已经综合好的IP Core,可以运行。

更深层次原因:
待复现,待查

bo102 commented

BUG已定位: NNA IP Core 现象: 1.使用OpenNNA NNA IP Core代码自行综合IP Core,出现上述BUG,无法运行。 2.使用OpenNNA提供的已经综合好的IP Core,可以运行。

更深层次原因: 待复现,待查

Where can I find pre-generated IP cores?

BUG已定位: NNA IP Core 现象: 1.使用OpenNNA NNA IP Core代码自行综合IP Core,出现上述BUG,无法运行。 2.使用OpenNNA提供的已经综合好的IP Core,可以运行。
更深层次原因: 待复现,待查

Where can I find pre-generated IP cores?

Hello, I have uploaded. You can find the pre-generated IP cores at the link below(https://github.com/xddcore/OpenNNA/releases/tag/Bug_Fixup). If you have any questions, please provide feedback.

bo102 commented

BUG已定位: NNA IP Core 现象: 1.使用OpenNNA NNA IP Core代码自行综合IP Core,出现上述BUG,无法运行。2.使用OpenNNA提供的已经综合好的IP Core,可以运行。 更深层次原因: 待复现,待查

在哪里可以找到预生成的 IP 核?

您好,我已经上传了。您可以在下面的链接(https://github.com/xddcore/OpenNNA/releases/tag/Bug_Fixup)中找到预生成的IP核。如果您有任何疑问,请提供反馈。

Thank you very much and I wish you all the best

bo102 commented

BUG已定位: NNA IP Core 现象: 1.使用OpenNNA NNA IP Core代码自行综合IP Core,出现上述BUG,无法运行。 2.使用OpenNNA提供的已经综合好的IP Core,可以运行。

更深层次原因: 待复现,待查
image
Hello, please ask you, the above picture is the recognition accuracy after I change the IP core, is this accuracy normal? Thank you very much for your clarification and wish you all the best and good health

BUG已定位: NNA IP Core 现象: 1.使用OpenNNA NNA IP Core代码自行综合IP Core,出现上述BUG,无法运行。 2.使用OpenNNA提供的已经综合好的IP Core,可以运行。
更深层次原因: 待复现,待查
image
Hello, please ask you, the above picture is the recognition accuracy after I change the IP core, is this accuracy normal? Thank you very much for your clarification and wish you all the best and good health

This accuracy rate is very good, Congratulations! 

bo102 commented

BUG已定位: NNA IP Core 现象: 1.使用OpenNNA NNA IP Core代码自行综合IP Core,出现上述BUG,无法运行。 2.使用OpenNNA提供的已经综合好的IP Core,可以运行。
更深层次原因: 待复现,待查
image
Hello, please ask you, the above picture is the recognition accuracy after I change the IP core, is this accuracy normal? Thank you very much for your clarification and wish you all the best and good health

This accuracy rate is very good, Congratulations!

Thank you so much! I wish you all the best

lbhzz commented

你好,我想请问一下进行hls综合的testbench文件在哪里啊

你好,我想请问一下进行hls综合的testbench文件在哪里啊

您好,我当时开发的时候没有为hls编写testbench。我的开发流程为使用纯C代码进行运行调试后,载入VIVADO HLS软件,并添加一些HLS软件支持的预处理代码。最后进行HLS综合,生成IP Core。

关于Visual Studio仿真工程可见:https://github.com/xddcore/OpenNNA/releases/tag/PE_Network_Sim_VisualStudio