Autoencoders-using-Pytorch-Medical-Imaging
Autoencoders-using-Pytorch-Medical-Imaging copied to clipboard
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.