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:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to