## Description `mxnet.gluon.nn.Conv1D` crashes(floating point exception) when `groups=0` ## Output ~~~ Floating point exception (core dumped) ~~~ ## To Reproduce ~~~python 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
Description
mxnet.gluon.nn.Conv1Dcrashes(floating point exception) whengroups=0Output
To Reproduce
Environment
OS: ubuntu 18.04
Python: 3.7.6
pip: 20.0.2
numpy: 1.18.5
mxnet: 1.6.0