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

NHWC not supported for convolution, but the docs say that it is. #7811

Description

@danielwaterworth

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 are the docs. I'm using mxnet 0.11.0.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions