prdwb/cuda-convnet

Backprop won't work if you use fprop(NVMatrixV&)

Closed this issue · 1 comments

fprop(NVMatrixV&) does not remember forward activities, so backprop will fail. 
Currently backprop relies on forward activities being provided by layers below.

Original issue reported on code.google.com by akrizhev...@gmail.com on 9 Jul 2011 at 6:51

Fixed in r404.

Original comment by akrizhev...@gmail.com on 10 Dec 2011 at 2:43

  • Changed state: Fixed