buxiangzhiren / DDCap

MIT License
84 stars 11 forks source link

Any formula for q_pred function ? #25

Closed linmou closed 1 year ago

linmou commented 1 year ago

Thanks for your excellent work of diffusion-based image-caption.

However, I am confused about the alpha schedular and the q_pred function. I did not find any useful paragraph introducing this process in the paper.

Which paper do you build this function on? , or others?

buxiangzhiren commented 1 year ago

We followed this paper (https://github.com/microsoft/VQ-Diffusion). Plus, I think the 13-th page of this paper could help you (https://arxiv.org/pdf/2102.05379.pdf).