LantaoYu / SeqGAN

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

Updated to new TensorFlow, added GitIgnore #5

Closed Nopey closed 7 years ago

Nopey commented 7 years ago

Replaced control_flow_ops.While() with control_flow_ops.while_loop() Replaced tf.initialize_all_variables() with tf.global_variables_initializer() Removed TensorFlow & Cuda version number from README.md, as well as GPU, because CPU is technically functional, but just much slower. GitIgnore just blocks pyc files