paper misspell
Closed this issue · 4 comments
Hi @wangskyone, I think what you are refering is indeed the loss, which equals to the squared point wise difference of the output y and the sample x which are multiplied point wise for the mask as per D1 setting. The if and else statement of your paper screenshoot are the if and elif statements of the code.
I mean according to the code x0 in the paper corresponds to
eposilon_theta
-> y
z ->
you are right, in terms of named variables, noise input in code with ground truth in paper overlaps, altought we didn't tried to match names when the pseudocode was written. Nevertheless, It will be easier to update the repo than the paper, so, as soon as possible I will update the variables names. Thanks for it.
Thanks for replying patiently.