iaf-vae
iaf-vae copied to clipboard
Pytorch Implementation of OpenAI's "Improved Variational Inference with Inverse Autoregressive Flow"
Results
1
iaf-vae issues
Sort by
recently updated
recently updated
newest added
Thanks for sharing this, Lucas! I saw the implementation of masked convolution in [the original openai repo ](https://github.com/openai/iaf/blob/ad33fe4872bf6e4b4f387e709a625376bb8b0d9d/tf_utils/layers.py#L134C1-L141C16) ``` def get_conv_ar_mask(h, w, n_in, n_out, zerodiagonal=False): l = (h - 1)...