Merge pull request #10315 from alalek:issue_10147_debug

dnn: more debug information
pull/10320/head
Alexander Alekhin 7 years ago committed by GitHub
commit 7d4a67f2a8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  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