GAN is generating Bluish images

So i started learning how GANS work from the pytorch DCGAN tutorial , i managed to train the model for 300 epochs but after i generate an image with noise its all bluish and not RGB , im really new to this so please help me :slight_smile:

image

Hello, Wow indeed that does not seem normal, are you sure you used the Celeb-A Faces dataset which is downloadable in googledrive, as indicated in the DCGAN tutorial?

No i used a different dataset this one https://www.kaggle.com/ikarus777/best-artworks-of-all-time

lmk if u want to see my code

thanks for helping

Have you made any adjustments to the original source code for the tutorial?

no i havent , i wanted to save every image from the grid in separate files and i somehow ended up with this bluish thing .