[GitHub] DickJC123 commented on issue #13362: Add NHWC layout support to Pooling (cuDNN only)

2018-12-05 Thread GitBox
DickJC123 commented on issue #13362: Add NHWC layout support to Pooling (cuDNN only) URL: https://github.com/apache/incubator-mxnet/pull/13362#issuecomment-444734362 The forced transposition I referred to is done currently by the user in the python model. With this new feature, the

[GitHub] DickJC123 commented on issue #13362: Add NHWC layout support to Pooling (cuDNN only)

2018-12-05 Thread GitBox
DickJC123 commented on issue #13362: Add NHWC layout support to Pooling (cuDNN only) URL: https://github.com/apache/incubator-mxnet/pull/13362#issuecomment-444698761 @apeforest Re: bool return of Forward(), Backward(), etc. As you know, MXNet has been moving to a more imperative

[GitHub] DickJC123 commented on issue #13362: Add NHWC layout support to Pooling (cuDNN only)

2018-12-05 Thread GitBox
DickJC123 commented on issue #13362: Add NHWC layout support to Pooling (cuDNN only) URL: https://github.com/apache/incubator-mxnet/pull/13362#issuecomment-444690325 @TaoLv , providing details and motivation of the PR (partial duplicate of info just added by @ptrendx ): In MXNet,