igul222 / improved_wgan_training

Code for reproducing experiments in "Improved Training of Wasserstein GANs"
MIT License
2.35k stars 670 forks source link

implementation on LSUN bedroom dataset #46

Closed JianboGuo closed 7 years ago

JianboGuo commented 7 years ago

I am trying using your improved wgan code to generate LSUN bedroom picture. However the quality of my generated pictures is not that good like yours and I think the reason may lie in the network architecture or hyper-parameters. I was wondering if you could post the specific implementation of wgan on that dataset and I would appreciate your kindness.

JianboGuo commented 7 years ago

Sorry I have find it at https://github.com/igul222/improved_wgan_training/issues/30