Cleaned prints from test_pooling_layer.cpp
authorSergio <sguada@gmail.com>
Mon, 14 Apr 2014 03:13:05 +0000 (20:13 -0700)
committerJeff Donahue <jeff.donahue@gmail.com>
Sat, 24 May 2014 22:15:11 +0000 (15:15 -0700)
src/caffe/test/test_pooling_layer.cpp

index d21fc8b..a26078e 100644 (file)
@@ -25,7 +25,7 @@ class PoolingLayerTest : public ::testing::Test {
         blob_top_(new Blob<Dtype>()) {}
   virtual void SetUp() {
     Caffe::set_random_seed(1701);
-    blob_bottom_->Reshape(1, 1, 6, 5);
+    blob_bottom_->Reshape(2, 3, 6, 5);
     // fill the values
     FillerParameter filler_param;
     GaussianFiller<Dtype> filler(filler_param);