buriburisuri / sugartensor

A slim tensorflow wrapper that provides syntactic sugar for tensor variables. This library will be helpful for practical deep learning researchers not beginners.
MIT License
372 stars 63 forks source link

why does infogan fails to eval? #37

Open jfojfo opened 6 years ago

jfojfo commented 6 years ago

I trained on mnist dataset with mnist_info_gan.py, but eval fails to generate proper digit pictures

jfojfo commented 6 years ago

finally found the reason, random_normal should be changed to random_uniform in mnist_info_gan_eval.py!!!