HongguangZhang / DMPHN-cvpr19-master

Pytorch Implementation of CVPR19 "Deep Stacked Multi-patch Hierarchical Network for Image Deblurring"
194 stars 40 forks source link

Why F-Norm for calculating MSE, I believe it must be L2-Norm #27

Open MahendraBMuniraju opened 2 years ago

MahendraBMuniraju commented 2 years ago

In this paper, F-Norm is used to find the loss between Ground Truth and output of level-1.

I am curious to know why F-Norm instead of L2-Norm. Is there any specific reason for using the same? Why not L2-Norm?.

Usually F-Norm is used for matrix and L2-Norm is widely used to find Loss.

It would be great help for me if you could clear my doubts