openai / guided-diffusion

MIT License
6.03k stars 803 forks source link

What's the meaning of "For fixedlarge, we set initial (log-)variance like os to get a better decoder log likelihood"? #69

Open haohang96 opened 1 year ago

haohang96 commented 1 year ago

Hi, I notice when you define the model_variance here, first item of variance is set as posterior_variance[1].

The comment here explains that " we set initial (log-)variance like so to get a better decoder log likelihood". But I am still confused.

I want to know:

Could you give a more detailed explanation? I am looking forward to your reply. Thanks.