Get decoder log likelihood questions #8362
Unanswered
Ahmad-Omar-Ahsan
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello all, I have a question regarding the
_get_decoder_log_likelihood
function of theDiffusionInferer
The documentation says that it expects the input to be between -1 to 1 after scaling. However, in the arguments, it expects the scaled input_range to be between 0,1. Does it really matter if it is between 0 to 1 or -1 to 1?
Here is the link to the code.
Beta Was this translation helpful? Give feedback.
All reactions