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 7b701fe commit 0da947eCopy full SHA for 0da947e
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