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

How to speed up Training? #130

Open kada0720 opened 1 year ago

kada0720 commented 1 year ago

Thank you for your wonderful code! May I ask if anyone knows how to accelerate the training and testing process without replacing the GPU. I changed the n_timestep in the config file from the default of 2000 to 1000, but it will result in a decrease in the quality of the generated images. Should I modify other parameters? Expecting an answer~