genadv_tutorial
genadv_tutorial copied to clipboard
TensorFlow tutorial on Generative Adversarial Models
Inside plot_fig function, the x-range of histc may fall roughly between -3.0
Is setting `trainable = False` not necessary in the variable `batch` in the function `momentum_optimzer`? ie. `batch = tf.Variable(0,trainable=False,name=global_step)` instead of just `batch = tf.Variable(0)`.
Dear eric, I want to understand GAN but myself I am not good in TensorFlow and I didnt get much from your tensorflow tutorial. Can you please write another tutorial...