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 ran your code and got a model, but the effect of the model running on the Set5 dataset is different from that of the paper. What is the reason for this?
Operating parameters:
python main.py --gpu 0 --inputpath Input/g20/Set5/ --gtpath GT/Set5/ --savepath results/Set5 --kernelpath Input/g20/kernel.mat --model 0
The result after I iterate 100,000 times:
[] Average PSNR ** Initial: 14.9049, Final : 34.2266
You result:
[] Average PSNR ** Initial: 15.6594, Final : 35.1986
The text was updated successfully, but these errors were encountered:
I ran your code and got a model, but the effect of the model running on the Set5 dataset is different from that of the paper. What is the reason for this?
Operating parameters:
python main.py --gpu 0 --inputpath Input/g20/Set5/ --gtpath GT/Set5/ --savepath results/Set5 --kernelpath Input/g20/kernel.mat --model 0
The result after I iterate 100,000 times:
[] Average PSNR ** Initial: 14.9049, Final : 34.2266
You result:
[] Average PSNR ** Initial: 15.6594, Final : 35.1986
The text was updated successfully, but these errors were encountered: