doonny / PipeCNN

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

Why LRN in software #49

Closed davenso closed 6 years ago

davenso commented 6 years ago

Any particular reason for the choice of implementing LRN on CPU and not FPGA (and gain the acceleration benefits of the FPGA)?

doonny commented 6 years ago

Hi, LRN is on FPGA. please carefully read the code.