soapisnotfat / super-resolution

collection of super-resolution models & algorithms
Apache License 2.0
744 stars 188 forks source link

how to test ? #2

Closed houguanqun closed 6 years ago

houguanqun commented 6 years ago

well , I have trained your model ,and I get some *.pth files,but I want to know how to test it, PLEASE!

soapisnotfat commented 6 years ago

Thanks for leaving this comment. I'm not sure what 'how to test' means here. If you wanna see the psnr score, there is a built-in test() function in each trainer. If you want to see how well the model performs on your custom pictures, go to see the super_resolve.py file.