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


With regards,
Apache Git Services

Reply via email to