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

CelebA experiments (PredictionOpt only on the generator) #2

Closed
sanghoon opened this issue Apr 8, 2018 · 0 comments
Closed

CelebA experiments (PredictionOpt only on the generator) #2

sanghoon opened this issue Apr 8, 2018 · 0 comments
Assignees

Comments

@sanghoon
Copy link
Owner

sanghoon commented Apr 8, 2018

Notes

  • This work was done only to show some sample outputs. Different random seeds can lead to totally different outcomes. Therefore, we need to investigate outputs from repeated trials to correctly compare two GAN methods.
  • For faster training, I used only 50k images from CelebA (resized to be 64x64)
  • For these results, prediction methods have been applied only for G.

Large learning rate (0.01)

Vanilla DCGAN

After 2 epochs
ep02_celeba_base_lr 0 01
After 10 epochs
ep10_celeba_base_lr 0 01
After 25 epochs
ep25_celeba_base_lr 0 01

DCGAN w/ prediction

After 2 epochs
ep02_celeba_pred_lr 0 01
After 10 epochs
ep10_celeba_pred_lr 0 01
After 25 epochs
ep25_celeba_pred_lr 0 01

Medium learning rate (0.0001)

Vanilla DCGAN

After 2 epochs
ep02_celeba_base_lr 0 0001
After 10 epochs
ep10_celeba_base_lr 0 0001
After 25 epochs
ep25_celeba_base_lr 0 0001

DCGAN w/ prediction

After 2 epochs
ep02_celeba_pred_lr 0 0001
After 10 epochs
ep10_celeba_pred_lr 0 0001
After 25 epochs
ep25_celeba_pred_lr 0 0001

Small learning rate (1e-5)

Vanilla DCGAN

After 2 epochs
ep02_celeba_base_lr 0 00001
After 10 epochs
ep10_celeba_base_lr 0 00001
After 25 epochs
ep25_celeba_base_lr 0 00001

DCGAN w/ prediction

After 2 epochs
ep02_celeba_pred_lr 0 00001
After 10 epochs
ep10_celeba_pred_lr 0 00001
After 25 epochs
ep25_celeba_pred_lr 0 00001

@sanghoon sanghoon self-assigned this Apr 8, 2018
@sanghoon sanghoon added bug Something isn't working invalid This doesn't seem right and removed bug Something isn't working labels Apr 8, 2018
@sanghoon sanghoon changed the title CelebA experiments CelebA experiments (Prediction method on the generator only) Apr 9, 2018
@sanghoon sanghoon changed the title CelebA experiments (Prediction method on the generator only) CelebA experiments (PredictionOpt only on the generator) Apr 9, 2018
@sanghoon sanghoon closed this as completed Apr 9, 2018
@sanghoon sanghoon removed the invalid This doesn't seem right label Apr 23, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant