[GitHub] xinyu-intel commented on issue #10578: [MXNET-326] fix filter layout in DepthwiseConv2dBackwardFilterKernel

2018-04-16 Thread GitBox
xinyu-intel commented on issue #10578: [MXNET-326] fix filter layout in DepthwiseConv2dBackwardFilterKernel URL: https://github.com/apache/incubator-mxnet/pull/10578#issuecomment-381864832 @nihui I will apply my changes to your repo to check if this pr can solve both two problems:) --

[GitHub] xinyu-intel commented on issue #10578: [MXNET-326] fix filter layout in DepthwiseConv2dBackwardFilterKernel

2018-04-16 Thread GitBox
xinyu-intel commented on issue #10578: [MXNET-326] fix filter layout in DepthwiseConv2dBackwardFilterKernel URL: https://github.com/apache/incubator-mxnet/pull/10578#issuecomment-381862534 Thank you:) It seems that this change can pass the unit test except MKLDNN version which will be fixe

[GitHub] xinyu-intel commented on issue #10578: [MXNET-326] fix filter layout in DepthwiseConv2dBackwardFilterKernel

2018-04-16 Thread GitBox
xinyu-intel commented on issue #10578: [MXNET-326] fix filter layout in DepthwiseConv2dBackwardFilterKernel URL: https://github.com/apache/incubator-mxnet/pull/10578#issuecomment-381841314 Thank you for this pr. You can also open the depth_wise_conv unit test in your pr to check if this ch