hodgka / Pixel-Recursive-Super-Resolution

Tensorflow implementation of Pixel Recursive Super Resolution
4 stars 4 forks source link

How to perform inference #2

Open KrishnaTarun opened 7 years ago

KrishnaTarun commented 7 years ago

I have a single test image, how can I perform inference on that particular image. Although there is a function sample_from_model which I guess works during training and takes hell lot of time. Is there any other way of doing it. I am new to tensorflow that's why I am not able to figure out how to proceed.

hodgka commented 7 years ago

At the moment I haven't implemented inference. I can push something this weekend to make the model do inference.

Maybe not

ratfury commented 7 years ago

any news here?