当我尝试训练时,Keras CNN模型引发内存问题
I am new to CNN and I am trying to make a basic cat vs dog CNN model using Keras on this dataset, which consists of 12500 images for cats and dogs each i.e. a total of 25000 images.
My current approach to process data is as follows:
将所有图像转换为大小128x128->将它们转...