MemoryError when trying to normalize an array of images
I have a folder containing 110k images with shape (256, 256, 3) each. I’m reading one by one, converting to a numpy array and storing in a list. After that, I convert the list to a numpy array. The …