atriumlts / subpixel

subpixel: A subpixel convnet for super resolution with Tensorflow
MIT License
2.13k stars 301 forks source link

How to pass images to trained model to generate results? #17

Open Aneeshers opened 7 years ago

Aneeshers commented 7 years ago

So I trained the model, and now I'm wondering how to run individual image or a batch of images through the model. Even though is train is false, it does not seem that the model does not load... Is there a way to run an image through the model?