[GitHub] [incubator-mxnet] zheng-da commented on issue #15898: missing numpy operators in MXNet.

2019-08-15 Thread GitBox
zheng-da commented on issue #15898: missing numpy operators in MXNet.
URL: 
https://github.com/apache/incubator-mxnet/issues/15898#issuecomment-521844731
 
 
   `indices_or_sections` in `mx.np.split` should be int, tuple of int or a 
numpy array.


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


With regards,
Apache Git Services


[GitHub] [incubator-mxnet] zheng-da commented on issue #15898: missing numpy operators in MXNet.

2019-08-15 Thread GitBox
zheng-da commented on issue #15898: missing numpy operators in MXNet.
URL: 
https://github.com/apache/incubator-mxnet/issues/15898#issuecomment-521843801
 
 
   numpy operators accept python list. For example, 
   ```
   np.cumsum([1, 2, 3, 4, 5])
   ```


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


With regards,
Apache Git Services