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.

mxnet.gluon.nn.Conv1D crashes(floating point exception) when groups=0 #19921

@DNXie

Description

@DNXie

Description

mxnet.gluon.nn.Conv1D crashes(floating point exception) when groups=0

Output

Floating point exception (core dumped)

To Reproduce

import mxnet
mxnet.gluon.nn.Conv1D(channels=1, kernel_size=1, groups=0)

Environment

OS: ubuntu 18.04
Python: 3.7.6
pip: 20.0.2
numpy: 1.18.5
mxnet: 1.6.0

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions