Zardinality / WGAN-tensorflow

a tensorflow implementation of WGAN

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

bad performance

dangbuzhudechaozi opened this issue · comments

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图片总是很模型。是迭代次数不够吗?还是其他的原因呢?

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.

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

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

I will try it again. Thank you very much!

commented

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