Zardinality / WGAN-tensorflow

a tensorflow implementation of WGAN
579 stars 201 forks source link

bad performance #13

Open dangbuzhudechaozi opened 6 years ago

dangbuzhudechaozi commented 6 years ago

Hi, Thank you for sharing your code. No matter what model I use, I always get blurred Mnist images, should i Increase the number of iterations or do something else. Can you share your generated Mnist images. Thangks !

你好,我发现不管使用什么模型, mlp也好, conv也好,生成的Mnist图片总是很模型。是迭代次数不够吗?还是其他的原因呢?

Zardinality commented 6 years ago

image I guess the sample quality is okay at my side, just reran it with the latest version of tensorflow to ensure version update doesn't break this code.

dangbuzhudechaozi commented 6 years ago

I copy your code and run it in my computer, but i also get the blurred images. the images looks it: 1524229637 1

i use the 'mlp' + 'gp' . and the step is 30000

Zardinality commented 6 years ago

@dangbuzhudechaozi Weird, make sure you git clone the whole repo and satisfy all dependencies.

dangbuzhudechaozi commented 6 years ago

I will try it again. Thank you very much!

hjh3169 commented 6 years ago

I have the same problem as you...Have you solved it ?