[GitHub] CoinCheung commented on a change in pull request #10000: fix average pooling kernel size assignment error

2018-03-07 Thread GitBox
CoinCheung commented on a change in pull request #1: fix average pooling kernel size assignment error URL: https://github.com/apache/incubator-mxnet/pull/1#discussion_r173060956 ## File path: tests/python/gpu/test_operator_gpu.py ## @@ -904,86 +904,87 @@ def

[GitHub] CoinCheung commented on a change in pull request #10000: fix average pooling kernel size assignment error

2018-03-07 Thread GitBox
CoinCheung commented on a change in pull request #1: fix average pooling kernel size assignment error URL: https://github.com/apache/incubator-mxnet/pull/1#discussion_r173058901 ## File path: tests/python/gpu/test_operator_gpu.py ## @@ -904,86 +904,87 @@ def

[GitHub] CoinCheung commented on a change in pull request #10000: fix average pooling kernel size assignment error

2018-03-05 Thread GitBox
CoinCheung commented on a change in pull request #1: fix average pooling kernel size assignment error URL: https://github.com/apache/incubator-mxnet/pull/1#discussion_r172385236 ## File path: src/operator/nn/pooling-inl.h ## @@ -178,6 +178,11 @@ class PoolingOp {