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/05/29 21:16:10 UTC

[GitHub] piiswrong commented on issue #10807: Ndarray.asnumpy() error with gluon dense under both GPU and CPU environment

piiswrong commented on issue #10807: Ndarray.asnumpy() error with gluon dense under both GPU and CPU  environment
URL: https://github.com/apache/incubator-mxnet/issues/10807#issuecomment-392948000
 
 
   I think this is due to the use of index_t (which is uint32_t) vs int64_t in tesnorblob.
   
   This is a legacy issue. We should use int64_t for all indexing

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