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

Green Image #19

Open
d-acharya opened this issue Jan 31, 2018 · 2 comments
Open

Green Image #19

d-acharya opened this issue Jan 31, 2018 · 2 comments

Comments

@d-acharya
Copy link

d-acharya commented Jan 31, 2018

I trained the network with following setting:

python train.py --gpu 0 --train_kimg 600 --transition_kimg 600 --beta1 0 --beta2 0.99 --gan lsgan --first_resol 4 --target_resol 256 --no_tanh --exp_dir /exp

I am using the new CelebaHQ dataset from nvidia.

and I got following stabilization image after 75000 steps:
128x128-stabilize-074999

The results on all samples (at various sizes) are similar. I am using python2.7

Anyone experiencing similar samples?

Edit: Addition
I tried python3, using train_no_tanh. Still, the image is same. There is no change.

@ronslos
Copy link

ronslos commented Jan 31, 2018

Hi,
I have the exact same issue.
I have installed the conda environment as instructed and trained the network according with the default parameters and it doesn't converge to anything logical at any point.

@github-pengge
Copy link
Owner

github-pengge commented Feb 4, 2018

Hi, all. The master branch might collapse when resolution is larger than 128x128. If you want to obtain similar result in README, you can fall back to this commit, however, you should notice that some ops were not correctly implemented. Besides, you'd better use a lower learning rate, 1e-4 would be fine.

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

3 participants