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

infogan code cannot generate reasonable result #13

Open
jiadingfang opened this issue May 31, 2017 · 0 comments
Open

infogan code cannot generate reasonable result #13

jiadingfang opened this issue May 31, 2017 · 0 comments

Comments

@jiadingfang
Copy link

Hi,

I'm running the original code you give for infogan. I used train.py to train the network first, and then used generate.py to generate sample pictures. However, the result picture does not give the expected result. Both sample.png and fake.png are all pictures of number 1, which shows that the categorical latent code doesn't work. Also, for the two continuous latent code, they don't give very intuitive meaning, but rather like random noise.

I noticed that during training, the generation loss remains pretty large even at the end of 50 training epochs. It's like this:
cur epoch 50 update l_d step 85900, loss_disc 0.0126310065389, loss_gen 5.10504961014

I wonder did you ever test on it? What kind of results can you get? Or do you have any idea how to correct this?

Thanks in advance

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

1 participant