-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
predict_images are all black or white #2
Comments
Hello,
You can increase the weight of the binary_cross_entropy loss in line 209.
Make it 500 instead of 100 as the paper stating.
Or, Try to add some batch normalization layers in the generator,
Or, do them both,
Regards,
…On Thu, Dec 3, 2020 at 2:22 AM minastinisofking ***@***.***> wrote:
Hello, DE-GAN author.I used watermark text dataset provided by you to
train the model without changing any parameters in the model.But it seems
doesn't work beacause the PSNR has always been below 1 and predict images
are all black or white until I stop running in epoch 36.Can you please tell
me where the problem is? Thank you!!!
[image: image]
<https://user-images.githubusercontent.com/54938769/100950892-61396180-3548-11eb-9053-a588d8487ec2.png>
[image: image]
<https://user-images.githubusercontent.com/54938769/100950947-79a97c00-3548-11eb-897f-9add02e3d526.png>
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#2>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AIQCYOT57MDLAWNHDGNKYOTSS3R43ANCNFSM4ULI5GSA>
.
|
Hi, Regards |
I come to same problem |
Hey there, was anyone able to train the model using the code provided here? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello, DE-GAN author.I used watermark text dataset provided by you to train the model without changing any parameters in the model.But it seems doesn't work beacause the PSNR has always been below 1 and predict images are all black or white until I stop running in epoch 36.Can you please tell me where the problem is? Thank you!!!
The text was updated successfully, but these errors were encountered: