pytorch-classification-uncertainty icon indicating copy to clipboard operation
pytorch-classification-uncertainty copied to clipboard

why + torch.lgamma(ones).sum(dim=1, keepdim=True) in kl_divergence?

Open roywang021 opened this issue 3 years ago • 2 comments

Torch.lgamma(1)=0 and no such term in the original paper

roywang021 avatar Jun 26 '22 09:06 roywang021