X-Git-Url: https://git.ti.com/gitweb?p=jacinto-ai%2Fcaffe-jacinto.git;a=blobdiff_plain;f=src%2Fcaffe%2Ftest%2Ftest_gradient_check_util.hpp;h=d7360085d406f5fdbaf74dbdf52fd6e4a90093ff;hp=49734838186be6b099b84e0641a17ec7509a01aa;hb=25a865cd8ba0995c89907990fedaa357282b9a64;hpb=b9966b84f858723e8314f38c2f3e9e501b4efe23 diff --git a/src/caffe/test/test_gradient_check_util.hpp b/src/caffe/test/test_gradient_check_util.hpp index 49734838..d7360085 100644 --- a/src/caffe/test/test_gradient_check_util.hpp +++ b/src/caffe/test/test_gradient_check_util.hpp @@ -28,9 +28,7 @@ class GradientChecker { : 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& layer, vector*>& bottom,