You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As I understand it, the prior probabilities are calculated here, and the final distribution is assumed to be a Gaussian distribution with a mean of 0, so x in (z-x) =0。
In addition, there is no x in the function parameter pass
:)
As I understand it, the prior probabilities are calculated here, and the final distribution is assumed to be a Gaussian distribution with a mean of 0, so x in (z-x) =0。 In addition, there is no x in the function parameter pass :)
Thanks for your reply :) To my understanding, the prior is the p(x_T) which for VE SDE is as below
where the mean is actually x0 not 0
score_sde_pytorch/sde_lib.py
Line 244 in cb1f359
I think this line should be
where the x is the initial x0 which should be passed into this function
instead of
isn't it?
The text was updated successfully, but these errors were encountered: