openai / InfoGAN

Code for reproducing key results in the paper "InfoGAN: Interpretable Representation Learning by Information Maximizing Generative Adversarial Nets"
https://arxiv.org/abs/1606.03657
1.06k stars 309 forks source link

Pin prettytensor value #16

Open coventry opened 7 years ago

coventry commented 7 years ago

The prettytensor API has changed since InfoGAN was released. Pin it to the version used at release.

coventry commented 7 years ago

I was talking to @pmiller10 about openai/InfoGAN#14, and he mentioned it had worked for him with tensorflow version 0.12, and prettytensor pinned as here. Just checked that it does work for the current release version of tensorflow, 0.11.0.

rodrigobdz commented 4 years ago

@gburt Would you mind reviewing this PR? I also encountered the same issue and can confirm that the fix works well.