You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 17, 2023. It is now read-only.
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.