deepak112 / Keras-SRGAN

Photo-Realistic Single Image Super-Resolution Using a Generative Adversarial Network implemented in Keras
276 stars 146 forks source link

Output of Gan Images is just Black #24

Open nareshmungpara opened 4 years ago

nareshmungpara commented 4 years ago

generated_image_5

I am getting output of test like above shown image.

When I am training at that time as well it is generating similar images in output folder. I had train for 100 text images with 1000 epochs.

Please suggest some way to resolve it.

Sylv-Lej commented 4 years ago

Try de-normalize your image before plotting it !