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 2018/11/23 09:39:41 UTC

[GitHub] zerolxf opened a new issue #13381: [Feature Request] Support CSRNDArray in kv_store

zerolxf opened a new issue #13381: [Feature Request] Support CSRNDArray in kv_store
URL: https://github.com/apache/incubator-mxnet/issues/13381
 
 
   
   ## Description
   In distributed training, communication takes up a lot of time. In order to compress the communication time, an optimization method is to make the gradient sparse.
   
   But for now kv_store doesn't support push CSRNDArray values.
   Although support for this feature may cause other problems, right?
   
   For example, for CSRNDArray format
   
   >The format is designed for 2D matrices with a large number of columns, and each row is sparse
   
   

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