DiffuSeq icon indicating copy to clipboard operation
DiffuSeq copied to clipboard

rounding issue

Open night3759 opened this issue 3 years ago • 1 comments

感谢作者的工作,请问代码中rounding部分的操作的解释在论文中有体现吗,怎么理解这个rounding操作后的结果就是word的词序号?

night3759 avatar Nov 29 '22 00:11 night3759

Rounding operation maps the word embedding vectors back to discrete tokens. and we still map these tokens into vectors as the input of next-step generation. This operation makes sure that at each step, we use the vectors standing for word tokens instead of vectors without corresponding tokens. We discuss this in Eq.7-Eq.8.

summmeer avatar Dec 06 '22 14:12 summmeer