Skip to content

Commit

Permalink
Merge pull request BVLC#5598 from ZoroDerVonCodier/patch-1
Browse files Browse the repository at this point in the history
Update euclidean_loss_layer.hpp with corrected reference in comment
  • Loading branch information
Noiredd authored Feb 6, 2018
2 parents cc521a0 + 0cb449e commit 87e1512
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/caffe/layers/euclidean_loss_layer.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ namespace caffe {
* This can be used for least-squares regression tasks. An InnerProductLayer
* input to a EuclideanLossLayer exactly formulates a linear least squares
* regression problem. With non-zero weight decay the problem becomes one of
* ridge regression -- see src/caffe/test/test_sgd_solver.cpp for a concrete
* ridge regression -- see src/caffe/test/test_gradient_based_solver.cpp for a concrete
* example wherein we check that the gradients computed for a Net with exactly
* this structure match hand-computed gradient formulas for ridge regression.
*
Expand Down

0 comments on commit 87e1512

Please sign in to comment.