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.

"is_1x1_" in convolution operator is not really used #7596

Description

@chinakook

I found that "is_1x1_" in convolution-inl.h is not really used. MXNet just create the "is_1x1_" but not use it to skip the im2col function call. In contrast, the "is_1x1_" in Caffe is really used to skip im2col function call to accelerate the 1x1 convolution. It is very important in some cases such as the Google's Mobilenet.

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

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions