We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 415c5b8 commit 826adc9Copy full SHA for 826adc9
src/caffe/layers/depth_to_space_layer.cpp
@@ -20,7 +20,6 @@ void DepthToSpaceLayer<Dtype>::LayerSetUp(const vector<Blob<Dtype> *> &bottom,
20
(this->block_size * this->block_size));
21
} else if (this->data_format == "NCHW" || this->data_format == "CRD" ||
22
this->data_format == "DCR") {
23
- std::cout << "the second output shape" << std::endl;
24
this->output_top_shape.push_back(bottom_shape[1] /
25
26
this->output_top_shape.push_back(bottom_shape[2] * this->block_size);
0 commit comments