glingyan commented on issue #14492: use mkl sparse matrix to improve performance
URL: https://github.com/apache/incubator-mxnet/pull/14492#issuecomment-481148464
 
 
   the model is wide & deep
   
https://github.com/apache/incubator-mxnet/blob/master/example/sparse/wide_deep/model.py
   dot = mx.symbol.sparse.dot(csr_data, weight)
   dense_matrix(26000, 256)
   sparse_matrix(1024,26000)
   the distribution is depend on dataset 

----------------------------------------------------------------
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:
[email protected]


With regards,
Apache Git Services

Reply via email to