abdulfatir / normalizing-flows

Understanding normalizing flows
MIT License
131 stars 20 forks source link

Some questions about the results of the experiment #2

Open dweiiiiiiiiii opened 5 years ago

dweiiiiiiiiii commented 5 years ago

Thanks for sharing, but I want to know why VAE's Test Lower Bound on the MNIST dataset can reach -79.4? In the original paper (Variational Inference with Normalizing Flows), when K=20, the value of Test Lower Bound of VAE is -86.5.

abdulfatir commented 5 years ago

There's a bug in SLDJ function. z_prev isn't updated with k. That may be one possible reason.