zhixuan-lin/SPACE

negative loss

huangqinwen opened this issue · 2 comments

Hi I'm trying to test the pretrained weighs for 3d objects and I realized the loss are quite negative. Is it normal?

Hello, this is normal because we are modeling the images using continuous distribution, so the negative log-likelihood (also -ELBO) can be negative.

thanks!