cuda-convnet2.torch icon indicating copy to clipboard operation
cuda-convnet2.torch copied to clipboard

SpatialResponseNormalization

Open soumith opened this issue 11 years ago • 4 comments

soumith avatar Jul 29 '14 19:07 soumith

Is the SpatialResponseNormalization layer tested/usable at this point?

pyadolla avatar Sep 15 '14 22:09 pyadolla

The unit tests are in test/test.lua . if the tests pass, use it. If I mentioned it in the "usable modules" it passed the tests on my machine.

soumith avatar Sep 15 '14 22:09 soumith

jacobian test doesn't pass, I wonder why, the binding looks good to me

SpatialResponseNormalization_batch
Jacobian test failed!
 LT(<) violation   val=0.26553866267204, condition=0.001
    /usr/local/share/lua/5.1/torch/Tester.lua:26: in function 'assertlt'
    test/test.lua:310: in function <test/test.lua:291>

szagoruyko avatar Jan 08 '15 21:01 szagoruyko

i think alex's kernel might be buggy!

soumith avatar Jan 08 '15 21:01 soumith