Anomaly_Detection icon indicating copy to clipboard operation
Anomaly_Detection copied to clipboard

Memory Error Numpy

Open anshulpaigwar opened this issue 6 years ago • 0 comments

I am facing the problem of memory error with numpy

 data = np.zeros((int(len(files)/10),10,227,227))
MemoryError

I am not able to understand what could be the solution. size of array becomes (3398,10,227,227) which makes total entires of 1,750,955,420. This is a huge amount of memory!

anshulpaigwar avatar Nov 29 '19 11:11 anshulpaigwar