LantaoYu / SeqGAN

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

the control_flow_ops.While has been changed to tf.while_loop #2

Closed ruotianluo closed 8 years ago

LantaoYu commented 8 years ago

Do you mean the control_flow_ops.While is not available any more?

ruotianluo commented 8 years ago

Yes.

LantaoYu commented 8 years ago

Ok, thanks. I notice that While is just a wrapper of tf.while_loop now and tf.while_loop is recommended.