Janspiry / Image-Super-Resolution-via-Iterative-Refinement

Unofficial implementation of Image Super-Resolution via Iterative Refinement by Pytorch
Apache License 2.0
3.6k stars 469 forks source link

in test phase, it doesn't load the trained net models and states #134

Open gangLi2022 opened 1 year ago

gangLi2022 commented 1 year ago

hello,when i read your code (sr.py),I have a doubt that you train the network and saves the network after validation, but in the test phase, it doesn't load the trained net models and states , how to understand that the network at the time of testing is trained well in the train phase ?

Jakkiabc commented 9 months ago

I have the same question,had you solved it?