luost26 / diffusion-point-cloud

:thought_balloon: Diffusion Probabilistic Models for 3D Point Cloud Generation (CVPR 2021)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

a question about the `standard_normal_logprob` function

nicolgo opened this issue · comments

Hi,
I'm confused about the formula below:
image
I can understand the calculation of entropy by the formula below,
image
However, I cannot understand why the first item is calculated by standard_normal_logprob function, the function looks like a sum of lnf(x). how this function can correspond to the first item?

Thank you

Monte Carlo Methods