Skip to content

Commit 87e1512

Browse files
authoredFeb 6, 2018
Merge pull request BVLC#5598 from ZoroDerVonCodier/patch-1
Update euclidean_loss_layer.hpp with corrected reference in comment
2 parents cc521a0 + 0cb449e commit 87e1512

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎include/caffe/layers/euclidean_loss_layer.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ namespace caffe {
3030
* This can be used for least-squares regression tasks. An InnerProductLayer
3131
* input to a EuclideanLossLayer exactly formulates a linear least squares
3232
* regression problem. With non-zero weight decay the problem becomes one of
33-
* ridge regression -- see src/caffe/test/test_sgd_solver.cpp for a concrete
33+
* ridge regression -- see src/caffe/test/test_gradient_based_solver.cpp for a concrete
3434
* example wherein we check that the gradients computed for a Net with exactly
3535
* this structure match hand-computed gradient formulas for ridge regression.
3636
*

0 commit comments

Comments
 (0)
Please sign in to comment.