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/09/19 22:09:48 UTC

[GitHub] ChaiBapchya commented on a change in pull request #12594: [MXNET-867] Pooling1D with "same" padding

ChaiBapchya commented on a change in pull request #12594: [MXNET-867] Pooling1D with "same" padding
URL: https://github.com/apache/incubator-mxnet/pull/12594#discussion_r218980559
 
 

 ##########
 File path: tests/python/unittest/test_operator.py
 ##########
 @@ -6957,6 +6957,17 @@ def test_invalid_depth_dim():
     test_invalid_block_size()
     test_invalid_depth_dim()
 
+@with_seed()
+def test_max_pooling_pad_type_same():
+    input_data=mx.nd.array(np.random.rand(1,1,10))
+    output_data=mx.nd.Pooling(
+        input_data,
+        kernel=(2),
 
 Review comment:
   Specifically address the JIRA ticket that asks for maxpool1D

----------------------------------------------------------------
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