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/03/03 23:47:17 UTC

[GitHub] [incubator-mxnet] zheng-da opened a new issue #14311: constructing a CSR matrix from the coo input is slow.

zheng-da opened a new issue #14311: constructing a CSR matrix from the coo input is slow.
URL: https://github.com/apache/incubator-mxnet/issues/14311
 
 
   When constructing a CSR matrix from the coo input, MXNet replies on scipy. That is, MXNet converts the coo inputs to NumPy arrays first and convert them to the scipy csr and then to MXNet CSR. This is very slow when the coo input is large.

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