openai / iaf

Code for reproducing key results in the paper "Improving Variational Inference with Inverse Autoregressive Flow"
https://arxiv.org/abs/1606.04934
MIT License
517 stars 130 forks source link

Fix bugs in conv functions #8

Closed pukkapies closed 7 years ago

pukkapies commented 7 years ago

This small pull request fixes a few bugs in tf_utils/layers.py in the convolution functions. Two of the fixes have been highlighted in issues #6 and #7. There is also an additional fix related to the data-dependent parameter initialization where a factor of 3.0 was missing.