abhisheksambyal/Autoencoders-using-Pytorch-Medical-Imaging

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

le02146 opened this issue · 1 comments

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

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.