negative loss
huangqinwen opened this issue · 2 comments
huangqinwen commented
Hi I'm trying to test the pretrained weighs for 3d objects and I realized the loss are quite negative. Is it normal?
zhixuan-lin commented
Hello, this is normal because we are modeling the images using continuous distribution, so the negative log-likelihood (also -ELBO) can be negative.
huangqinwen commented
thanks!