pmiller10
Results
2
comments of
pmiller10
I hit the same issue. I switched to `prettytensor==0.6.2` but still used `tensorflow==0.12.0` and that seemed to solve it.
@yunhunJang My steps are: 1. `git clone [email protected]:openai/InfoGAN.git` 2. `sudo docker run -v $(pwd)/InfoGAN:/InfoGAN -w /InfoGAN -it -p 8888:8888 gcr.io/tensorflow/tensorflow:r0.9rc0-devel` 3. confirm which versions of `prettytensor` and `tensorflow` you have:...