doonny / PipeCNN

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

How to caculate Coefficients lookup table for lrn computation #167

Open datnguyen263 opened 2 years ago

datnguyen263 commented 2 years ago

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

because i predict not match with the true label so i think it focus to lrn

image

and i need some suggest from you to do it.

Many thanks to you