[GitHub] safrooze commented on issue #11906: support 1D and 3D arrays in MKLDNN.

2018-07-27 Thread GitBox
safrooze commented on issue #11906: support 1D and 3D arrays in MKLDNN. URL: https://github.com/apache/incubator-mxnet/issues/11906#issuecomment-408498543 3D tensors are common in audio signals, e.g. WaveNet. I specifically ran into this issue with WaveNet inference on CPU. --

[GitHub] safrooze commented on issue #11906: support 1D and 3D arrays in MKLDNN.

2018-07-30 Thread GitBox
safrooze commented on issue #11906: support 1D and 3D arrays in MKLDNN. URL: https://github.com/apache/incubator-mxnet/issues/11906#issuecomment-409037264 @TaoLv By 3D tensor, I meant something with (batch_size, channels, width), which is a 1D convolution.