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

Ask about reproducing the style synthesis results #143

Open
rkomatsu2020 opened this issue Jul 25, 2022 · 1 comment
Open

Ask about reproducing the style synthesis results #143

rkomatsu2020 opened this issue Jul 25, 2022 · 1 comment

Comments

@rkomatsu2020
Copy link

Hi, I have tried implementing StarGAN v2 following the codes. After training, I met the poor generated images. Below results are output by trained my Generator for animal to animal translation. From left to right, content images, targeted style images and style synthesised images are displayed. As you could see, the output images had the random color images without content and style features.
epoch50_fakeStyle_result

About the parameters, I set

  • latent noise dim = 16
  • batch size = 8
  • Adam
  • -------Generator : learning rate = 1e-4, beta1=0.0, beta2=0.99, weight_decay=1e-4
  • -------Discriminator : learning rate = 1e-4, beta1=0.0, beta2=0.99, weight_decay=1e-4
  • -------Mapping Encoder (Latent Noise Encoder) : learning rate = 1e-6, beta1=0.0, beta2=0.99, weight_decay=1e-4
  • -------Style Encoder (Style Image Encoder) : learning rate = 1e-4, beta1=0.0, beta2=0.99, weight_decay=1e-4

Could you give me the advices?

@jdunkelheit
Copy link

I'm experiencing the exact same issue. Even after considerable training time, the model only outputs noise.

noise example

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