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.
2 parents 1b8acd6 + 0da947e commit 7d4a67fCopy full SHA for 7d4a67f
modules/dnn/src/layers/max_unpooling_layer.cpp
@@ -103,6 +103,7 @@ class MaxUnpoolLayerImpl : public MaxUnpoolLayer
103
<< "i_c=" << i_c << std::endl
104
<< "i_wh=" << i_wh << std::endl
105
<< "index=" << index << std::endl
106
+ << "maxval=" << inptr[i_wh] << std::endl
107
<< "outPlaneTotal=" << outPlaneTotal << std::endl
108
<< "input.size=" << input.size << std::endl
109
<< "indices.size=" << indices.size << std::endl
0 commit comments