normalizing-flows-tutorial
normalizing-flows-tutorial copied to clipboard
Tutorial on normalizing flows.
what exactly is the 'event_ndims'? how to fix this?
Thanks for your elegant tutorial code. I ran the nf_part1_intro.ipynb, and the results are quite normal with Tensorflow r1.5, r1.6, r1.7. But does not look friendly with r1.8. It can't...
From the example I know how to generate samples mimicking the destinated distribution. How do I get the z0 from a given sample x?
I read the code and find that base_dist which I believe is p(z0|x) is just a predefined network but an encoding network which is used in VAE. is p(z0|x) always...