doonny / PipeCNN

An OpenCL-based FPGA Accelerator for Convolutional Neural Networks
Apache License 2.0
1.23k stars 370 forks source link

Variant VEC_SIZE: 3x3x4=36 #119

Open darrentthg opened 5 years ago

darrentthg commented 5 years ago

Hi Prof. Doonny,

If i can modify the RTL blocks to a fixed pattern like 3x3x4=36 as a harden block instaed of 4x4=16. Do you think it is possible? If yes, what parameters other than VEC_SIZE=36 is required? Appreciate your advices. Thank you.

DarrenTeoh

darrentthg commented 5 years ago

The purpose of having different filtering RTL model like 3x3, 5x5, 7x7 is to improve efficiency of pipelines