zsyOAOA / ResShift

ResShift: Efficient Diffusion Model for Image Super-resolution by Residual Shifting (NeurIPS@2023 Spotlight, TPAMI@2024)
Other
870 stars 47 forks source link

Hi,I want to know how to save psnr and lpips to log while training? #30

Open xiaoxiao12580 opened 10 months ago

xiaoxiao12580 commented 10 months ago

There are gt and lq files in my verification set folder. Why are there no psnr and lpips indicators in the log when the verification set is used for verification during the training process?

zsyOAOA commented 10 months ago

Please add the gt path to the config file through configs.data.val.dir_path_extra=gt_path. @xiaoxiao12580

xiaoxiao12580 commented 10 months ago

Please add the gt path to the config file through configs.data.val.dir_path_extra=gt_path. @xiaoxiao12580

thanks!