variational-inference-with-normalizing-flows icon indicating copy to clipboard operation
variational-inference-with-normalizing-flows copied to clipboard

Reimplementation of Variational Inference with Normalizing Flows (https://arxiv.org/abs/1505.05770)

Results 3 variational-inference-with-normalizing-flows issues
Sort by recently updated
recently updated
newest added
trafficstars

Hi there, could you please explain the density function? Is it a pre-defined function?

Hey! I believe you should reparameterize `u` and `w` in the planar flow like they do in the pymc3 (link below) to ensure the planar flow transformation is invertible, see...

Hi, Thanks for your code! I have a question about the loss function. What does the loss function mean? It doesn't seem to match Equation(15) in that paper.