matlab-deep-learning / pix2pix

Image to Image Translation Using Generative Adversarial Networks
Other
30 stars 12 forks source link

Generator failure #7

Closed abaydou1 closed 4 years ago

abaydou1 commented 4 years ago

image

Did anyone face a generator failure ? The attached picture shows the loss functions values and the screen of the generated image being all black.

abaydou1 commented 4 years ago

This failure appeared when I had some drop out layers in my generator. It seems that this was the cause of the failure, as I do not have any other explanation.