lizhengwei1992/MS_SSIM_pytorch

problem

Opened this issue · 1 comments

for Loss Functions for Neural Networks for Image Processing
it include a*ms_ssim+(1-a)L1G
do you realize ms_ssim only?

@suke27 I garee with you,
But I think it should be:
alpha*(1.0-ms_ssim_loss)+(1-alpha)*L1_loss