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

Can not repeat the results on CelebA dataset. #2

Open
HelenMao opened this issue Jan 6, 2020 · 2 comments
Open

Can not repeat the results on CelebA dataset. #2

HelenMao opened this issue Jan 6, 2020 · 2 comments

Comments

@HelenMao
Copy link

HelenMao commented Jan 6, 2020

Hi, thanks for your great implementation.
I run the model on CelebA dataset. However, when I test the model, I find if the categorical codes are fixed, different noise vectors introduce the same results.
How do you get the CelebA results shown in the GitHub page?

@HelenMao
Copy link
Author

HelenMao commented Jan 8, 2020

I think the optimization may have some problems.
optimD = optim.Adam([{'params': discriminator.parameters()}, {'params': netD.parameters()}], lr=params['learning_rate'], betas=(params['beta1'], params['beta2']))
optimG = optim.Adam([{'params': netG.parameters()}, {'params': netQ.parameters()}], lr=params['learning_rate'], betas=(params['beta1'], params['beta2']))
when optimizing Q, the shared layers are not optimized

@HanjiangHu
Copy link

@HelenMao Hi, does this pull request of another pytorch version of infoGAN fix this?
https://github.com/pianomania/infoGAN-pytorch/pull/1

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