dnn: more debug information
authorAlexander Alekhin <alexander.alekhin@intel.com>
Thu, 14 Dec 2017 16:20:30 +0000 (19:20 +0300)
committerAlexander Alekhin <alexander.alekhin@intel.com>
Thu, 14 Dec 2017 16:21:17 +0000 (19:21 +0300)
modules/dnn/src/layers/max_unpooling_layer.cpp

index daac578..69fd030 100644 (file)
@@ -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