You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by gi...@git.apache.org on 2017/08/28 05:50:12 UTC

[GitHub] eric-haibin-lin opened a new pull request #7638: CSRNDArray from/to scipy csr_matrix; fix rand_shape_nd

eric-haibin-lin opened a new pull request #7638: CSRNDArray from/to scipy csr_matrix; fix rand_shape_nd
URL: https://github.com/apache/incubator-mxnet/pull/7638
 
 
   Added preliminary/inefficient support so that user can 
   - construct CSRNDArray from scipy csr_matrix. 
   - convert CSRNDArray to scipy csr_matrix 
   
   Also fixed `rand_shape_nd` so that it returns tuple (consistent w/ rand_shape_2d)
   
   TODO:
   - move copy logic to cpp backend to reduce copy/blocking. 
   
   @reminisce @anirudh2290 
 
----------------------------------------------------------------
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