misc update
authorYangqing Jia <jiayq84@gmail.com>
Thu, 19 Sep 2013 06:39:16 +0000 (23:39 -0700)
committerYangqing Jia <jiayq84@gmail.com>
Thu, 19 Sep 2013 06:39:16 +0000 (23:39 -0700)
src/caffeine/test/test_gradient_check_util.cpp
src/caffeine/test/test_padding_layer.cpp [moved from src/caffeine/test_padding_layer.cpp with 100% similarity]

index d1748d2..f0a186a 100644 (file)
@@ -27,10 +27,10 @@ void GradientChecker<Dtype>::CheckGradient(Layer<Dtype>& layer,
     blobs_to_check.push_back(bottom[check_bottom]);
   }
   // go through the blobs
-  LOG(ERROR) << "Checking " << blobs_to_check.size() << " blobs.";
+  //LOG(ERROR) << "Checking " << blobs_to_check.size() << " blobs.";
   for (int blobid = 0; blobid < blobs_to_check.size(); ++blobid) {
     Blob<Dtype>* current_blob = blobs_to_check[blobid];
-    LOG(ERROR) << "Blob " << blobid << ": checking " << current_blob->count()
+    //LOG(ERROR) << "Blob " << blobid << ": checking " << current_blob->count()
         << " parameters.";
     // go through the values
     for (int feat_id = 0; feat_id < current_blob->count(); ++feat_id) {