VoVAllen opened a new issue #16099: [Bug] NDArray asscalar error after set 
npx.set_np()
URL: https://github.com/apache/incubator-mxnet/issues/16099
 
 
   ## Description
   ```python
   from mxnet import npx
   npx.set_np()
   from mxnet import ndarray as nd
   a = nd.ones((4,))
   a[0] # Print 1
   a[0].asscalar() # Error
   ```
   
   
![image](https://user-images.githubusercontent.com/8686776/64315490-c10f2880-cfe4-11e9-90eb-86e82d113688.png)
   

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


With regards,
Apache Git Services

Reply via email to