szagoruyko / imagine-nn

IMAGINE torch neural network routines
Other
109 stars 35 forks source link

SpatialSameResponseNormalization doesn't pass test #8

Open szagoruyko opened 9 years ago

szagoruyko commented 9 years ago
Running 4 tests
___*  ==> Done Completed 16 asserts in 4 tests with 2 errors
--------------------------------------------------------------------------------
SpatialSameResponseNormalization
error on state
 LT(<) violation   val=nan, condition=0.001
    /home/zagoruys/torch/install/share/lua/5.1/torch/Tester.lua:26: in function 'assertlt'
    test/test_jacobian.lua:146: in function <test/test_jacobian.lua:137>

--------------------------------------------------------------------------------
SpatialSameResponseNormalization
error on state (Batch)
 LT(<) violation   val=nan, condition=0.001
    /home/zagoruys/torch/install/share/lua/5.1/torch/Tester.lua:26: in function 'assertlt'
    test/test_jacobian.lua:154: in function <test/test_jacobian.lua:137>

--------------------------------------------------------------------------------

@fmassa any ideas why?

fmassa commented 9 years ago

@szagoruyko no idea ATM, probably a commit in nn introduced this error. I'll investigate later today