normalizing-flows-tutorial icon indicating copy to clipboard operation
normalizing-flows-tutorial copied to clipboard

Tutorial on normalizing flows.

Results 4 normalizing-flows-tutorial issues
Sort by recently updated
recently updated
newest added

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...