nilboy

Results 4 comments of nilboy

use tensorflow-1.0 , https://github.com/tensorflow/models/issues/552

https://github.com/nilboy/pixel-recursive-super-resolution/blob/master/solver.py#L55 saver.restore(sess, './models/model.ckpt-30000')

python 3 use tensorflow-0.11, and I haven't maintain "python 3" branch. I recommend you to use python2.7 version. (or you can modify all the different api in the codes manually...

Maybe change to: saver.restore(sess,'models/train/model.ckpt-25000)