Anomaly_Detection
Anomaly_Detection copied to clipboard
Memory Error Numpy
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!