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/06/23 05:37:49 UTC

[GitHub] [incubator-mxnet] mli opened a new issue #15330: [numpy] ndarray.reshape accepts a shape as *args

mli opened a new issue #15330: [numpy] ndarray.reshape accepts a shape as *args
URL: https://github.com/apache/incubator-mxnet/issues/15330
 
 
   Based on numpy-0622's build
   
   The following codes work in numpy while not mxnet.np
   
   ```python
   a = np.zeros((2, 3))
   a.reshape(3, 2)
   ```

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