I am doing a classification using CNN on fake images. My data contains 100K+ images of two classes. I'm using Google Colab for doing the work. I already increased the RAM to 25 GB, but while appending the images to the array it keeps crashing. The most I can append is 16K images. Is it better to do it in smaller groups and then combine and take the average to get the accuracy, etc?
Is there any advice/solution that I can try for this?