coderpiaobozhe / classifier-free-diffusion-guidance-Pytorch

a simple unofficial implementation of classifier-free diffusion guidance
MIT License
155 stars 25 forks source link

Log probability #4

Open gisilvs opened 1 year ago

gisilvs commented 1 year ago

Once we trained the model, is there a way to obtain log_prob(x) or log_prob(x|y)?

coderpiaobozhe commented 1 year ago

I haven't considered this before, but I will try and tell you the result in one or two weeks.