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.

What will mxnet convolution do if the dilate shape is greater than the input shape #3479

@shuokay

Description

@shuokay

For example, the input shape is (1,100) and the dilate is (3, 3).

I have tried to set the dilate to (1,3), and the error is
mxnet/mshadow/mshadow/././extension/pack_col2patch.h:53: Check failed: (sshape[1]) == (o_height * o_width * imshape.ProdShape(0, dstdim - 3)) PackColToPatchEx p: src.size(1) mismatch

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