-
Notifications
You must be signed in to change notification settings - Fork 105
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
MSG-cycleGAN #47
Comments
As answered in #40, the D loss should be near zero. What matter most in training GAN is not the loss but the visual quality, if you see it is good then just keep training |
Thanks for your replying, but msg strategy and cyclegan just can not work together...I already gave it up..
…Sent from my iPhone
On Jun 17, 2022, at 12:19, thuangb ***@***.***> wrote:
As answered in #40<#40>, the D loss should be near zero. What matter most in training GAN is not the loss but the visual quality, if you see it is good then just keep training
—
Reply to this email directly, view it on GitHub<#47 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AQTQZ5BGSKRROOC433P5KHTVPP4DTANCNFSM5Q6YVFYA>.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
hi ,I also want to try to do it , I want to ask that is this true that they can't work together? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I try to implement msg way to cycleGAN for two weeks.
The generator : Unet-withSkipConnection and downsample(k=4, s=2 conv) upsample(Deconv) 8x.
But the D_loss, both D_A and D_B always decreased near to zero and G_loss(lsgan) always stuck in 0.01 ...
What I want to know is whether this combination will work? msg + cycleGAN?
Anybody tried before?
The text was updated successfully, but these errors were encountered: