JingyunLiang / MANet

Official PyTorch code for Mutual Affine Network for Spatially Variant Kernel Estimation in Blind Image Super-Resolution (MANet, ICCV2021)
https://arxiv.org/abs/2108.05302
Apache License 2.0
169 stars 23 forks source link

My val_psnr and test_psnr are different #7

Closed Fangzhenxuan closed 3 years ago

Fangzhenxuan commented 3 years ago

Thanks for sharing your work. I use the same test set, My val_psnr is 30 dB during traing, but I only got 25dB during testing. Do you know why?

JingyunLiang commented 3 years ago

Can you try to test your data with the pretrained model here? So that we can know where the problem comes from (data preparation or model training).