TaoLv commented on issue #11906: support 1D and 3D arrays in MKLDNN. URL: https://github.com/apache/incubator-mxnet/issues/11906#issuecomment-408593053 @safrooze thanks for the information. mkldnn has already support 3D convolution. The input of it may be 5D tensor if we take batch size and channel size into account. I think 1D convolution is still under development for mkldnn. As @zheng-da mentioned, currently we can add a fake dim to turn it into 2D convolution to benefit from mkldnn. @zheng-da Right, we need spend some effort to integrate mkldnn 3D convolution into mxnet now.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
