convnetjs
convnetjs copied to clipboard
Fixed LRN layer
Hi Andrej,
I modified the LocalResponseNormalization layer according to http://stackoverflow.com/a/33967339/5200303 to reproduce the same results as in Caffe (for both forward and backward passes). I tested and verified the results within CaffeJS but not explicitly in ConvNetJS.
Best, Christoph