PipeCNN icon indicating copy to clipboard operation
PipeCNN copied to clipboard

An OpenCL-based FPGA Accelerator for Convolutional Neural Networks

Results 42 PipeCNN issues
Sort by recently updated
recently updated
newest added

We are getting the following error when running software emulation ``` make emu ``` with Xilinx Vivado and Vitis - what could be the cause? ``` *************************************************** PipeCNN: An OpenCL-Based...

Dear all, I want to ask if it is possible to run it on the 3rd party board with the same zynq ultrascale+ fpga core. due to my limited experience,...

Dear @doonny! I am making my project based on PipeCNN. I am reading your code. However, I have some questions that need to be answered. I noticed that in the...

Hi @doonny , I'm working on my project based on PipeCNN. I am reading your code. However, I have a few questions that need to be answered. I don't know...

``` ERROR: [CFGEN 83-2291] --sc tag applied with invalid slave kernel instance: batchNorm_1 ERROR: [CFGEN 83-2291] --sc tag applied with invalid master kernel instance: batchNorm_1 ERROR: [CFGEN 83-2298] Exiting due...

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)....

Hi @doonny, I do pipecnn with my pretrain and i have a question to you. How to caculate coef0, coef1, h_inv, x_sample? ![image](https://user-images.githubusercontent.com/55569925/142420300-d9efb89a-d4ce-4bbf-9516-dfe24004da6a.png) because i predict not match with the...

Hey guys! I dont have a de10soc , but i have a de1soc(board). I would like to know if anyone has tried to implement this fantastic work in it. Do...

thank you for your sharing,But I found some files missing in the directory.Thank you very much if you could share the complete project about YOLO

Hi I am trying to run PipeCNN , just wanted to know is the file for data_test1 and data_test2 available just like for vgg and Alexnet? Before running I wanted...