Add (momentum) SGD solver tests to check that learning rate, weight
authorJeff Donahue <jeff.donahue@gmail.com>
Sun, 3 Aug 2014 23:00:46 +0000 (16:00 -0700)
committerJeff Donahue <jeff.donahue@gmail.com>
Mon, 4 Aug 2014 22:54:25 +0000 (15:54 -0700)
commitb08729e366623245cf632681a0f747192f3b914a
treecd561a77adffb75fcb321baaefb32276a2f1751d
parent36fd64cfc44cef04d98d98bbd9fb773df3a3093e
Add (momentum) SGD solver tests to check that learning rate, weight
decay, and momentum are implemented properly on a least squares problem.
src/caffe/test/test_sgd_solver.cpp [new file with mode: 0644]