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 20:47:44 UTC

[GitHub] [incubator-mxnet] zheng-da opened a new issue #15043: Inconsistent behavior for empty NDArray.

zheng-da opened a new issue #15043: Inconsistent behavior for empty NDArray.
URL: https://github.com/apache/incubator-mxnet/issues/15043
 
 
   MXNet.nd.NDArray doesn't support empty NDArray. For example `mx.nd.zeros((0,))` fails. However, `mx.nd.array([])` still suceeds.

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