diff --git a/src/caffe/test/test_gradient_check_util.hpp b/src/caffe/test/test_gradient_check_util.hpp
index 49734838186be6b099b84e0641a17ec7509a01aa..d7360085d406f5fdbaf74dbdf52fd6e4a90093ff 100644 (file)
: stepsize_(stepsize), threshold_(threshold), seed_(seed),
kink_(kink), kink_range_(kink_range) {}
// Checks the gradient of a layer, with provided bottom layers and top
- // layers. The gradient checker will check the gradient with respect to
- // the parameters of the layer, as well as the input blobs if check_through
- // is set True.
+ // layers.
// Note that after the gradient check, we do not guarantee that the data
// stored in the layer parameters and the blobs are unchanged.
void CheckGradient(Layer<Dtype>& layer, vector<Blob<Dtype>*>& bottom,