You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think the resize input_transform should be bicubic since the default value is bilinear,
and centercrop should be changed to RandomCrop()
and some of the calculation of the PSNR in test should be normalize first and use MSELoss() not L1Loss() directly. and there still might be some problems that I can't achieve PSNR >30 by this project
The text was updated successfully, but these errors were encountered:
I think the resize input_transform should be bicubic since the default value is bilinear,
and centercrop should be changed to RandomCrop()
and some of the calculation of the PSNR in test should be normalize first and use MSELoss() not L1Loss() directly. and there still might be some problems that I can't achieve PSNR >30 by this project
The text was updated successfully, but these errors were encountered: