I have numpy arrays around 5 gig and working on python 3.x ubuntu 18.
When I try to numpy.save its consume nearly 2,5X memory. Is there any way to dump this data to disk without consume so much memory ?
Best
I have numpy arrays around 5 gig and working on python 3.x ubuntu 18.
When I try to numpy.save its consume nearly 2,5X memory. Is there any way to dump this data to disk without consume so much memory ?
Best