kohr-h commented on issue #9686: APIs that might be a good idea to break in 2.0
URL: 
https://github.com/apache/incubator-mxnet/issues/9686#issuecomment-439548121
 
 
   @szha Absolutely, the more natural the support for 0-th order tensors, the 
better. 
   
   My remark was more aimed at the current exception that you get when calling
   ```python
   >>> arr[0, 0].reshape(()).asscalar()
   ...
   ValueError: The current array is not a scalar
   ```
   That could actually be fixed already now, unless there is code that expects 
this to fail.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to