dnn: more debug information

pull/10315/head
Alexander Alekhin 7 years ago
parent 7b701fee60
commit 0da947e6b3
  1. 1
      modules/dnn/src/layers/max_unpooling_layer.cpp

@ -103,6 +103,7 @@ public:
<< "i_c=" << i_c << std::endl
<< "i_wh=" << i_wh << std::endl
<< "index=" << index << std::endl
<< "maxval=" << inptr[i_wh] << std::endl
<< "outPlaneTotal=" << outPlaneTotal << std::endl
<< "input.size=" << input.size << std::endl
<< "indices.size=" << indices.size << std::endl

Loading…
Cancel
Save