We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cc521a0 + 0cb449e commit 87e1512Copy full SHA for 87e1512
include/caffe/layers/euclidean_loss_layer.hpp
@@ -30,7 +30,7 @@ namespace caffe {
30
* This can be used for least-squares regression tasks. An InnerProductLayer
31
* input to a EuclideanLossLayer exactly formulates a linear least squares
32
* 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
+ * ridge regression -- see src/caffe/test/test_gradient_based_solver.cpp for a concrete
34
* example wherein we check that the gradients computed for a Net with exactly
35
* this structure match hand-computed gradient formulas for ridge regression.
36
*
0 commit comments