LantaoYu / SeqGAN

Implementation of Sequence Generative Adversarial Nets with Policy Gradient
2.09k stars 711 forks source link

Fixed typo that breaks the Seq GAN #11

Closed andreasveit closed 7 years ago

andreasveit commented 7 years ago

Change sess.run(tf.global_variables_initializer) to sess.run(tf.global_variables_initializer()) since it is a function.