szagoruyko / imagine-nn

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

SameResponseNormalization update #21

Closed szagoruyko closed 8 years ago

szagoruyko commented 8 years ago

@fmassa I tried to figure out why it does not pass tests, still a mystery to me, SpatialAveragePooling gives -inf after Power in test only. any ideas?

fmassa commented 8 years ago

I'll have a closer look in the beginningfof January, to try to figure out the problem in the tests

szagoruyko commented 8 years ago

@fmassa I used self:add, you're right it's better. I think it's a simple sequential module so it's correct differentiability is guaranteed by it's submodules, so it's fine.