mixture-density-networks
mixture-density-networks copied to clipboard
sample_mode computation question
Hi @dusenberrymw , can you explain what you mean by this ?
NOTE: this breaks autograd, but that's fine because we won't be computing gradients for this path
Hi @rteja1113. That note is saying that the implementation of sample_mode
is not (or at least, at the time was not) differentiable w.r.t. the inputs based on how it was written, but that it is okay because that function is only being used at prediction time in the demo.