-
Notifications
You must be signed in to change notification settings - Fork 370
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Running PipeCNN on U200 #165
Comments
Could you run sw emulation ? |
@Alsumbjip Hi, do u deploy PipeCNN successfully in U200? I am also want to try it. thanks, |
Hi Prof. Dong, @doonny I also try to deploy your NN on U200. sw_emu is well implement on U200 platform. But hw and hw_emu are failed, you may check below information:
|
Update on U200: just compiled VGG-16 on U200 successfully. But haven't tried ResNet. Pls tell me if anyone run ResNet on U200. Thanks, |
|
Hello,If I run on the u200, my config_sp.u200 file was copied from config_sp.u50. What needs to be modified? I don't know how to modify the config_sp.u200 file, and could you help me with that? Many thanks! |
Hi,
I had tried to run PipeCNN on Xilinx Alveo U200, I'd modified Makefile and config file for U200 and TEST_CASE_1, but it's not worked for HW-Emulation (SW-Emulation is working).
Modified PipeCNN had stopped at CoreConv, and I guess it was waiting for stream input about 'weight_in' and 'data_in'.
And I found arguments 'output_num' and 'conv_loop_cnt' value was zero in waveform profile data.
memRead, memWrite module was working correctly, and arguments 'frac_din', 'frac_w' in coreConv had correct value, but only arguments 'output_num'~'frac_dout' was wrong.
I'd like to get a hint for fixing this problem.
I modified:
I working at:
Thank you.
The text was updated successfully, but these errors were encountered: