Skip to content
This repository has been 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

Open
DNXie opened this issue Feb 19, 2021 · 0 comments
Open

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

DNXie opened this issue Feb 19, 2021 · 0 comments

Comments

@DNXie
Copy link

DNXie commented Feb 19, 2021

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants