omermun opened a new issue #17847: working with mxnet=1.3.1, upgrading numpy 
version from 1.14.5 to 1.17.1 causes memory issues
URL: https://github.com/apache/incubator-mxnet/issues/17847
 
 
   I am working on Ubuntu 18.04.2 LTS machine, with  mxnet==1.3.1 and 
numpy==1.14.5 installed.
   
   Upgrading numpy version from 1.14.5 to 1.17.1 causes severe memory issues.
   
   #data is from type mxnet.ndarray.NDArray
   data = data.asnumpy()
   data2 = data.copy()
   
   the code takes significantly more memory with  numpy==1.17.1 than it does 
with  numpy==1.14.5,
   which causes my program to crash from memory overflow.
   upgrading mxnet from version 1.3.1 to 1.5.0 makes no difference.
   
   can you please advice?
   

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