danielwaterworth opened a new issue #7811: NHWC not supported, but the docs say 
it is.
URL: https://github.com/apache/incubator-mxnet/issues/7811
 
 
   The docs say that NHWC is supported for convolution, but it's not.
   
   This is the error I get:
   ```
   mxnet.base.MXNetError: [11:54:54] src/operator/./convolution-inl.h:116: 
Check failed: param_.layout.value() == mshadow::kNCW || param_.layout.value() 
== mshadow::kNCHW || param_.layout.value() == mshadow::kNCDHW Only support NCW, 
NCHW and NCDHW layout
   ```
   
   
[Here](https://mxnet.incubator.apache.org/api/python/ndarray.html#mxnet.ndarray.Convolution)
 are the docs. I'm using mxnet 0.11.0.
 
----------------------------------------------------------------
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

Reply via email to