[GitHub] sxjscience commented on a change in pull request #10000: [MXNET-80] Fix average pooling kernel size assignment error

2018-03-21 Thread GitBox
sxjscience commented on a change in pull request #1: [MXNET-80] Fix average pooling kernel size assignment error URL: https://github.com/apache/incubator-mxnet/pull/1#discussion_r176184133 ## File path: src/operator/pooling_v1-inl.h ## @@ -215,18 +217,21 @@ class P

[GitHub] sxjscience commented on a change in pull request #10000: [MXNET-80] Fix average pooling kernel size assignment error

2018-03-21 Thread GitBox
sxjscience commented on a change in pull request #1: [MXNET-80] Fix average pooling kernel size assignment error URL: https://github.com/apache/incubator-mxnet/pull/1#discussion_r176184133 ## File path: src/operator/pooling_v1-inl.h ## @@ -215,18 +217,21 @@ class P

[GitHub] sxjscience commented on a change in pull request #10000: [MXNET-80] Fix average pooling kernel size assignment error

2018-03-21 Thread GitBox
sxjscience commented on a change in pull request #1: [MXNET-80] Fix average pooling kernel size assignment error URL: https://github.com/apache/incubator-mxnet/pull/1#discussion_r176183569 ## File path: src/operator/nn/pooling.cc ## @@ -98,28 +97,45 @@ static bool

[GitHub] sxjscience commented on a change in pull request #10000: [MXNET-80] Fix average pooling kernel size assignment error

2018-03-20 Thread GitBox
sxjscience commented on a change in pull request #1: [MXNET-80] Fix average pooling kernel size assignment error URL: https://github.com/apache/incubator-mxnet/pull/1#discussion_r175856317 ## File path: src/operator/nn/pool.h ## @@ -687,7 +687,7 @@ inline void pool

[GitHub] sxjscience commented on a change in pull request #10000: [MXNET-80] Fix average pooling kernel size assignment error

2018-03-16 Thread GitBox
sxjscience commented on a change in pull request #1: [MXNET-80] Fix average pooling kernel size assignment error URL: https://github.com/apache/incubator-mxnet/pull/1#discussion_r174999488 ## File path: src/operator/nn/pooling-inl.h ## @@ -132,19 +132,23 @@ class P

[GitHub] sxjscience commented on a change in pull request #10000: [MXNET-80] Fix average pooling kernel size assignment error

2018-03-16 Thread GitBox
sxjscience commented on a change in pull request #1: [MXNET-80] Fix average pooling kernel size assignment error URL: https://github.com/apache/incubator-mxnet/pull/1#discussion_r174999516 ## File path: src/operator/nn/pooling-inl.h ## @@ -154,20 +158,24 @@ class P

[GitHub] sxjscience commented on a change in pull request #10000: [MXNET-80] Fix average pooling kernel size assignment error

2018-03-14 Thread GitBox
sxjscience commented on a change in pull request #1: [MXNET-80] Fix average pooling kernel size assignment error URL: https://github.com/apache/incubator-mxnet/pull/1#discussion_r174552493 ## File path: src/operator/nn/pooling.cc ## @@ -130,35 +153,30 @@ static boo

[GitHub] sxjscience commented on a change in pull request #10000: [MXNET-80] Fix average pooling kernel size assignment error

2018-03-14 Thread GitBox
sxjscience commented on a change in pull request #1: [MXNET-80] Fix average pooling kernel size assignment error URL: https://github.com/apache/incubator-mxnet/pull/1#discussion_r174552138 ## File path: src/operator/nn/pooling.cc ## @@ -130,35 +153,30 @@ static boo

[GitHub] sxjscience commented on a change in pull request #10000: [MXNET-80] Fix average pooling kernel size assignment error

2018-03-14 Thread GitBox
sxjscience commented on a change in pull request #1: [MXNET-80] Fix average pooling kernel size assignment error URL: https://github.com/apache/incubator-mxnet/pull/1#discussion_r174551074 ## File path: src/operator/nn/pooling.cc ## @@ -46,15 +46,20 @@ static void

[GitHub] sxjscience commented on a change in pull request #10000: [MXNET-80] Fix average pooling kernel size assignment error

2018-03-14 Thread GitBox
sxjscience commented on a change in pull request #1: [MXNET-80] Fix average pooling kernel size assignment error URL: https://github.com/apache/incubator-mxnet/pull/1#discussion_r174549092 ## File path: src/operator/nn/pooling.cc ## @@ -98,9 +103,24 @@ static bool

[GitHub] sxjscience commented on a change in pull request #10000: [MXNET-80] Fix average pooling kernel size assignment error

2018-03-13 Thread GitBox
sxjscience commented on a change in pull request #1: [MXNET-80] Fix average pooling kernel size assignment error URL: https://github.com/apache/incubator-mxnet/pull/1#discussion_r174234577 ## File path: src/operator/nn/pooling.cc ## @@ -98,9 +103,24 @@ static bool

[GitHub] sxjscience commented on a change in pull request #10000: [MXNET-80] Fix average pooling kernel size assignment error

2018-03-13 Thread GitBox
sxjscience commented on a change in pull request #1: [MXNET-80] Fix average pooling kernel size assignment error URL: https://github.com/apache/incubator-mxnet/pull/1#discussion_r174234503 ## File path: src/operator/nn/pooling.cc ## @@ -98,9 +103,24 @@ static bool

[GitHub] sxjscience commented on a change in pull request #10000: [MXNET-80] Fix average pooling kernel size assignment error

2018-03-13 Thread GitBox
sxjscience commented on a change in pull request #1: [MXNET-80] Fix average pooling kernel size assignment error URL: https://github.com/apache/incubator-mxnet/pull/1#discussion_r174233854 ## File path: src/operator/nn/pooling.cc ## @@ -98,9 +103,24 @@ static bool

[GitHub] sxjscience commented on a change in pull request #10000: [MXNET-80] Fix average pooling kernel size assignment error

2018-03-12 Thread GitBox
sxjscience commented on a change in pull request #1: [MXNET-80] Fix average pooling kernel size assignment error URL: https://github.com/apache/incubator-mxnet/pull/1#discussion_r174021284 ## File path: src/operator/nn/pooling.cc ## @@ -54,11 +54,13 @@ static void

[GitHub] sxjscience commented on a change in pull request #10000: [MXNET-80] Fix average pooling kernel size assignment error

2018-03-12 Thread GitBox
sxjscience commented on a change in pull request #1: [MXNET-80] Fix average pooling kernel size assignment error URL: https://github.com/apache/incubator-mxnet/pull/1#discussion_r174019453 ## File path: src/operator/nn/pooling-inl.h ## @@ -56,11 +56,11 @@ struct Po

[GitHub] sxjscience commented on a change in pull request #10000: [MXNET-80] Fix average pooling kernel size assignment error

2018-03-12 Thread GitBox
sxjscience commented on a change in pull request #1: [MXNET-80] Fix average pooling kernel size assignment error URL: https://github.com/apache/incubator-mxnet/pull/1#discussion_r173895781 ## File path: tests/python/gpu/test_operator_gpu.py ## @@ -904,86 +904,87 @@