Skip to content
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

loss of GAN #164

Closed
viridyu opened this issue Dec 12, 2017 · 2 comments
Closed

loss of GAN #164

viridyu opened this issue Dec 12, 2017 · 2 comments

Comments

@viridyu
Copy link

viridyu commented Dec 12, 2017

No description provided.

@viridyu
Copy link
Author

viridyu commented Dec 12, 2017

Hi
I have trained cycleGan on my own dataset. During the training, I found that the GAN loss of Generator A cannot be convergent and becomes larger. At the same time, the GAN loss of Generator B, Discriminator A and B all go convergent. Have anyone met this problem before? Thank you.

@junyanz
Copy link
Owner

junyanz commented Dec 29, 2017

It is quite normal. It is fine as long as the losses do not explode. We are using LSGAN and there is no guarantee that the GAN loss will converge. You can get a convergent loss if you are using WGAN(or WGAN-GP).

@junyanz junyanz closed this as completed Dec 29, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants