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 2017/12/07 17:30:24 UTC

[GitHub] eric-haibin-lin commented on issue #8980: CI System is warning of improper sparse tensor usage during tests.

eric-haibin-lin commented on issue #8980: CI System is warning of improper sparse tensor usage during tests.
URL: https://github.com/apache/incubator-mxnet/issues/8980#issuecomment-350038461
 
 
   No special build config is required for the sparse feature. 
   
   The verbose warning message is on my list of things to fix. Most of the messages are expected as the tests indeed converts sparse ndarrays into dense ones. I need to suppress the warnings. The log is also there before the migration.
   
   With regard to the Cast operator, it indeed doesn't support sparse format because it's using the legacy operator interface instead of nnvm. 

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