You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by GitBox <gi...@apache.org> on 2019/05/22 00:53:08 UTC

[GitHub] [incubator-mxnet] zheng-da opened a new issue #15029: mx.nd.random.shuffle crashes in the master branch

zheng-da opened a new issue #15029: mx.nd.random.shuffle crashes in the master branch
URL: https://github.com/apache/incubator-mxnet/issues/15029
 
 
   After compiling the latest master branch of MXNet, it seems it can't run the following simple code:
   ```python
   import mxnet as mx
   arr = mx.nd.arange(0, 153431, dtype='int64')
   arr.wait_to_read()
   arr = mx.nd.random.shuffle(arr)
   arr.wait_to_read()
   ```

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


With regards,
Apache Git Services