I am using anaconda/jupyter notebook. Dell precision 5510, 16gb, 512gb, i7-6280HQI keep getting this error a few minutes after running the code. It's dcGAN with 1 conditional input, 9600 images as the image data and the conditional input is a vector of 9600 1's (basically i was trying to modify the code to remove all conditional inputs but couldn't, so i just made a conditional input of all 1's).Image shape is (224,672)Anyway, my first thought was to reduce the batch size so I did- from 256 to 128. That made the code run a few minutes longer but then I got the error again:error screenshot
Any idea what could be wrong here?jupyter notebook python 3 kernel