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/02/24 21:42:23 UTC

[GitHub] apeforest commented on issue #13098: size_array operator returns wrong results on MacOS

apeforest commented on issue #13098: size_array operator returns wrong results on MacOS
URL: https://github.com/apache/incubator-mxnet/issues/13098#issuecomment-466820153
 
 
   Issue has been fixed:
   
   ```
   >>> import mxnet as mx
   a = mx.nd.array([1,2,3,4,5])
   >>> a = mx.nd.array([1,2,3,4,5])
   >>> print(mx.nd.size_array(a))
   
   [5]
   <NDArray 1 @cpu(0)>
   >>> 
   ```

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services