-
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
when I train the model ? The d_loss is always 0.0 ? Is there some problems ? #40
Comments
I also have the same issue, have you solved it? |
same... |
Hello! |
Thank you for your reply!
…________________________________
发件人: Animesh Karnewar ***@***.***>
发送时间: 2021年4月12日 13:51
收件人: akanimax/BMSG-GAN ***@***.***>
抄送: foxy297feng ***@***.***>; Comment ***@***.***>
主题: Re: [akanimax/BMSG-GAN] when I train the model ? The d_loss is always 0.0 ? Is there some problems ? (#40)
Hello!
The default GAN_loss function being used in this repo is relativistic-hinge. Please refer to this paper for more about this loss function: https://arxiv.org/abs/1807.00734. The discriminator loss in for this variant of the GAN_loss remains 0.0 for most of the training, but the GAN trains properly.
―
You are receiving this because you commented.
Reply to this email directly, view it on GitHub<#40 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/ASLDPN6JMIHWQNX57VKX6RLTIKC57ANCNFSM4R4FM3JA>.
|
Open
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Elapsed [0:05:20.807550] batch: 252 d_loss: 0.000000 g_loss: 9.195433
Elapsed [0:05:32.021947] batch: 261 d_loss: 0.000000 g_loss: 9.544848
Elapsed [0:05:43.313830] batch: 270 d_loss: 0.000000 g_loss: 8.533874
Elapsed [0:05:54.605321] batch: 279 d_loss: 0.000000 g_loss: 8.899170
Elapsed [0:06:06.190011] batch: 288 d_loss: 0.000000 g_loss: 18.478725
Elapsed [0:06:17.612306] batch: 297 d_loss: 0.000000 g_loss: 7.378197
The text was updated successfully, but these errors were encountered: