You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@mxnet.apache.org by GitBox <gi...@apache.org> on 2021/02/22 18:40:00 UTC

[GitHub] [incubator-mxnet] DNXie commented on issue #19941: mxnet.ndarray.take crashes(segfault and floating point exception)

DNXie commented on issue #19941:
URL: https://github.com/apache/incubator-mxnet/issues/19941#issuecomment-783585971


   BTW, `mxnet.ndarray.op.take` also crashes with the same input
   
   ~~~python
   import mxnet
   import numpy as np
   mxnet.ndarray.op.take(indices = mxnet.nd.array((3, 8, 19, 2)), a=mxnet.nd.array(np.ones((0))), mode='wrap')
   ~~~


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@mxnet.apache.org
For additional commands, e-mail: issues-help@mxnet.apache.org