Autoencoders-using-Pytorch-Medical-Imaging icon indicating copy to clipboard operation
Autoencoders-using-Pytorch-Medical-Imaging copied to clipboard

what is the difference with adding l1 or KL-loss to final loss function ?

Open le02146 opened this issue 6 years ago • 1 comments

le02146 avatar May 03 '19 15:05 le02146

L1 loss is used to compute pixel wise error between two images where as KL divergence is used to measure the difference between two probability distributions.

abhisheksambyal avatar May 05 '19 04:05 abhisheksambyal