igul222 / improved_wgan_training

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

who can tell me why the generate samples are have the same pictures? thank very much ! #24

Open Alvin2580du opened 7 years ago

Alvin2580du commented 7 years ago

i use the ImageNet 64x64 datasets, and through run the programe, the results is there are many same generate samples in one batch sample, which are in one big picture. Like the pictures that i Upload, why there there are four wolf? I think it should be one is ok ! ![Uploading samples_19884.png…]()

Hugh0120 commented 7 years ago

because the input noise is fixed

yaxingwang commented 7 years ago

Hi, I tested my programs based on improved WGAN, the results are also similar generative images. I did it based on my code instead of offered one.