soumith / cuda-convnet2.torch

Torch7 bindings for cuda-convnet2 kernels!
Apache License 2.0
40 stars 16 forks source link

SpatialResponseNormalization #9

Open soumith opened 10 years ago

pyadolla commented 10 years ago

Is the SpatialResponseNormalization layer tested/usable at this point?

soumith commented 10 years ago

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.

szagoruyko commented 9 years ago

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>
soumith commented 9 years ago

i think alex's kernel might be buggy!