You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by GitBox <gi...@apache.org> on 2018/03/16 17:20:32 UTC

[GitHub] zhanghang1989 commented on a change in pull request #9688: [MXNET-108] Adding BilinearResize2D and AdaptiveAvgPool2d operators

zhanghang1989 commented on a change in pull request #9688: [MXNET-108] Adding BilinearResize2D and AdaptiveAvgPool2d operators
URL: https://github.com/apache/incubator-mxnet/pull/9688#discussion_r175160011
 
 

 ##########
 File path: tests/python/unittest/test_operator.py
 ##########
 @@ -5158,6 +5158,80 @@ def check_squeeze_op(shape, axis=None):
     test = mx.sym.squeeze(data, axis=(2, 4))
     check_numeric_gradient(test, [data_tmp])
 
+def py_adaptive_avg_pool(x, height, width):
 
 Review comment:
   Done. 👍 

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services