Discretized mixture of logistics loss from PixelCNN++ #6189
Unanswered
seunggs
asked this question in
code help: CV
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Does anyone understand why there seems to be 4 different parameters for discretized mixture of logistics loss implemented by OpenAI (line 46, https://github.com/openai/pixel-cnn/blob/master/pixel_cnn_pp/nn.py)? I thought it should be the mixture weights, mean, and scale of logistic distributions. Isn't the logit_probs the mixture weights? If so, what is coeffs?
I've been struggling for a few days now to understand this function so that I can implement it in PyTorch. Any help would be greatly appreciated!
Beta Was this translation helpful? Give feedback.
All reactions