sxjscience commented on a change in pull request #10000: [MXNET-80] Fix average 
pooling kernel size assignment error
URL: https://github.com/apache/incubator-mxnet/pull/10000#discussion_r175856317
 
 

 ##########
 File path: src/operator/nn/pool.h
 ##########
 @@ -687,7 +687,7 @@ inline void pool(mshadow::Stream<cpu>* s, const DType* 
in_data, const TShape& is
       LOG(FATAL) << "Unknown pooling type " << pool_type;
     }
   } else {
-    LOG(FATAL) << "Unsupported " << kernel.ndim() << "-D pooling";
+    LOG(FATAL) << "Unsupported " << kernel.ndim() << "-D non-avg pooling";
 
 Review comment:
   Why non-avg here?

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to