Skip to content

Commit 826adc9

Browse files
committed
remove test code
1 parent 415c5b8 commit 826adc9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/caffe/layers/depth_to_space_layer.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ void DepthToSpaceLayer<Dtype>::LayerSetUp(const vector<Blob<Dtype> *> &bottom,
2020
(this->block_size * this->block_size));
2121
} else if (this->data_format == "NCHW" || this->data_format == "CRD" ||
2222
this->data_format == "DCR") {
23-
std::cout << "the second output shape" << std::endl;
2423
this->output_top_shape.push_back(bottom_shape[1] /
2524
(this->block_size * this->block_size));
2625
this->output_top_shape.push_back(bottom_shape[2] * this->block_size);

0 commit comments

Comments
 (0)