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 2017/11/30 17:58:04 UTC

[GitHub] reminisce commented on issue #8886: Bug in mx.nd.NDArray.reshape ~

reminisce commented on issue #8886: Bug in mx.nd.NDArray.reshape ~
URL: https://github.com/apache/incubator-mxnet/issues/8886#issuecomment-348269132
 
 
   `mx.nd.reshape(a, shape=(3,3))` used operator `reshape` which requires the output and input have the same size, while ` mx.nd.arange(12).reshape((3,3))` called backend `NDArray` class member function which only requires the output size is no greater than the input size. This is a legacy naming issue. Should solve it for eliminating confusion.

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