LantaoYu / SeqGAN

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

how can i run this code with python3.5? i dont know how install tensorflow-gpu in python2.7 #49

Open bikuku opened 6 years ago

HuangMiko commented 6 years ago

I use anaconda to install the environment(python3.6 tensorflow1.10.0) on windows. I am not sure if this code could be run on tensorflow-cpu. Perhaps you could try to install tensorflow-cpu version in python2.7 with anaconda.

crazysal commented 5 years ago

https://github.com/crazysal/SeqGAN/

Needed some minor changes for porting to py 3