From 0cb449e8c766499b29e5314120068ee9c8ebd71e Mon Sep 17 00:00:00 2001 From: Dave Brown Date: Sun, 7 May 2017 18:25:27 -0700 Subject: Update euclidean_loss_layer.hpp --- include/caffe/layers/euclidean_loss_layer.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/caffe/layers/euclidean_loss_layer.hpp b/include/caffe/layers/euclidean_loss_layer.hpp index f564569e..24568c54 100644 --- a/include/caffe/layers/euclidean_loss_layer.hpp +++ b/include/caffe/layers/euclidean_loss_layer.hpp @@ -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. * -- cgit v1.2.3