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/12/02 22:05:30 UTC

[GitHub] [incubator-mxnet] stephenrawls commented on issue #16960: large numpy array to mxnet ndarray conversion

stephenrawls commented on issue #16960: large numpy array to mxnet ndarray conversion
URL: https://github.com/apache/incubator-mxnet/issues/16960#issuecomment-560705192
 
 
   Looks like 5M > 2^32, i.e. you have more elements than a single int32 can represent.
   
   This PR adds support for int64 number of elements: https://github.com/apache/incubator-mxnet/pull/14570
   
   But it does it via a build-time flag USE_INT64_TENSOR_SIZE, which defaults to false.
   
   Looks like you need to build a custom version of MXNet with this flag turned on: USE_INT64_TENSOR_SIZE

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