Mathias S. Röwe
Mathias S. Röwe
Yeah, I noticed that, too. I think the test phase graph from the function `conv_batch_norm()` was meant to be invoked by this part of `infogan/algos/infogan_trainer.py`in lines 126-128: ``` with pt.defaults_scope(phase=pt.Phase.test):...
Hello, try the requirements mentioned in the new branch I created (tensorflow 1.4 and prettytensor 0.7.4) and see if the error persists. Seems to run, but I haven't tested it...
Dear Pierre, interesting you should struggle with that, because I did as well. I managed to get it to work after some strenuous parameter search, deviating somewhat from the details...