GAN-MNIST icon indicating copy to clipboard operation
GAN-MNIST copied to clipboard

Generative Adversarial Network for MNIST with tensorflow

Results 3 GAN-MNIST issues
Sort by recently updated
recently updated
newest added

Could you tell me which version tensorflow used? I run "face/train.py", and got an error: ``` if v.op.type == "VarHandleOp": AttributeError: 'filter' object has no attribute 'op' ``` I have...

I apologize if its a basic question, I'm new to Tensorflow. When I run train.py I get the following error while loading the MNIST dataset: Traceback (most recent call last):...

Hey, just browsed your code in [mnist/model.py](https://github.com/yihui-he/GAN-MNIST/blob/master/mnist/model.py) and I guess that you should not clip the output of the discriminator to _1e-7_ and _1. - 1e-7_. In line 84 /...