yunjey / stargan

StarGAN - Official PyTorch Implementation (CVPR 2018)
MIT License
5.23k stars 970 forks source link

Question about parameter adjustment when changing attributes #130

Open Kirito0816 opened 4 years ago

Kirito0816 commented 4 years ago

Hi,

I want to add more attributes to starGAN and I managed to change the attributes from 5 to 10. However, I found the results are not clear enough at 200000 iterations. I try to train for more iterations and get slight improvement. I wonder which parameter else should I adjust to get a better performance? Thank you.