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 2020/12/16 22:32:01 UTC

[GitHub] [incubator-mxnet] DNXie opened a new issue #19684: Segmentation Fault in mxnet.ndarray.split_v2

DNXie opened a new issue #19684:
URL: https://github.com/apache/incubator-mxnet/issues/19684


   ## Description
   Segmentation fault in `mxnet.ndarray.split_v2`
   
   ### Error Message
   ~~~python
   Segmentation fault: 11
   ~~~
   
   ## To Reproduce
   ~~~python
   import mxnet
   import numpy as np
   ary=mxnet.nd.array(np.random.rand(0,1))
   mxnet.ndarray.split_v2(ary=ary, indices_or_sections=-1)
   ~~~
   
   
   ## Environment
   
   OS: ubuntu 18.04
   Python: 3.7.6
   pip: 20.0.2
   numpy: 1.18.5
   mxnet: 1.6.0
   


----------------------------------------------------------------
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


[GitHub] [incubator-mxnet] leezu commented on issue #19684: Segmentation Fault in mxnet.ndarray.split_v2

Posted by GitBox <gi...@apache.org>.
leezu commented on issue #19684:
URL: https://github.com/apache/incubator-mxnet/issues/19684#issuecomment-747095386


   `0` shapes are unsupported in the `mxnet.nd` interface. Please update to MXNet 2 and use `mxnet.np` (or use the experimental `mxnet.np` in mxnet 1.x versions).
   
   I'm closing the issue as it's unsupported.


----------------------------------------------------------------
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


[GitHub] [incubator-mxnet] leezu closed issue #19684: Segmentation Fault in mxnet.ndarray.split_v2

Posted by GitBox <gi...@apache.org>.
leezu closed issue #19684:
URL: https://github.com/apache/incubator-mxnet/issues/19684


   


----------------------------------------------------------------
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


[GitHub] [incubator-mxnet] leezu commented on issue #19684: Segmentation Fault in mxnet.ndarray.split_v2

Posted by GitBox <gi...@apache.org>.
leezu commented on issue #19684:
URL: https://github.com/apache/incubator-mxnet/issues/19684#issuecomment-747095895


   You can refer to https://github.com/apache/incubator-mxnet/issues/14253 for more information


----------------------------------------------------------------
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