TaoLv commented on a change in pull request #13260: Support full convention in 
quantized pooling
URL: https://github.com/apache/incubator-mxnet/pull/13260#discussion_r235270325
 
 

 ##########
 File path: tests/python/quantization/test_quantization.py
 ##########
 @@ -244,7 +245,8 @@ def check_quantized_pooling(data_shape, kernel, pool_type, 
pad, stride, global_p
         quantized_pooling = mx.sym.contrib.quantized_pooling(data=qdata, 
min_data=min_data,
                                                                 
max_data=max_data, kernel=kernel,
                                                                 pad=pad, 
stride=stride, pool_type=pool_type,
-                                                                
global_pool=global_pool)
+                                                                
global_pool=global_pool,
+                                                                
pooling_convention=convention)
 
 Review comment:
   Should be "valid". 
https://mxnet.incubator.apache.org/api/python/ndarray/contrib.html#mxnet.ndarray.contrib.quantized_pooling

----------------------------------------------------------------
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:
[email protected]


With regards,
Apache Git Services

Reply via email to