imatge-upc / salgan

SalGAN: Visual Saliency Prediction with Generative Adversarial Networks
https://imatge-upc.github.io/salgan
MIT License
368 stars 106 forks source link

A question about the loss of training GAN process #28

Open sjtupotato opened 6 years ago

sjtupotato commented 6 years ago

Hi, I met a problem when I train the whole gan network. First I load my weights of G network into the framework, then the train is begining and i print all kinds of loss scores, it confused me that the loss of gan_bce just increase even if the avdersarial loss decreases. Does it normal and i need to wait for more epoches?