Iaf¤
Module: generative_models.models.flow.iaf
Source: generative_models/models/flow/iaf.py
Overview¤
Inverse Autoregressive Flow (IAF) implementation.
Based on the paper "Improved Variational Inference with Inverse Autoregressive Flow" by Kingma et al. Reference implementations from benchmark_VAE and other sources are used.
Classes¤
IAF¤
IAFLayer¤
Functions¤
call¤
init¤
init¤
forward¤
forward¤
inverse¤
inverse¤
log_prob¤
sample¤
Module Statistics¤
- Classes: 2
- Functions: 9
- Imports: 7