This repository was archived by the owner on Nov 17, 2023. It is now read-only.

Description
Description
Until today mxnet does not support 3D Deconvolution (Transposed convolution) layers on CPU (even with mkldnn support) as it is only implemented for GPU with Cudnn support. Is there any plan in the future to support it knowing that mkldnn is supposed to support it and knowing that most of other frameworks support this feature. This layer is used a lot in UNet like networks, which is a very well known architecture used in computer vision problems.
References