I compile the project successfully in the cpu-emulation mode in sdaccel gui.However,when I run the project,the error occurs:
***************************************************
PipeCNN: An OpenCL-Based FPGA Accelerator for CNNs
***************************************************
Error: required win_buffer size is 3456, configured size is 2304
Allocate memory for data and weights failed !!!
How can I solve this problem? What else should I change in the code?
I uncomment the code for VGG16 and comment the code for AlexNet in the layer_config.h and the main.c. The code following is what I change in main.c:
The code following is what I change in layer_config.h:
I compile the project successfully in the cpu-emulation mode in sdaccel gui.However,when I run the project,the error occurs:
How can I solve this problem? What else should I change in the code?