Maf¤
Module: generative_models.models.flow.maf
Source: generative_models/models/flow/maf.py
Overview¤
Masked Autoregressive Flow (MAF) implementation.
Based on the paper "Masked Autoregressive Flow for Density Estimation" by Papamakarios et al. Reference implementations from benchmark_VAE and other sources are used as guidance.
Classes¤
MAF¤
MAFLayer¤
Functions¤
call¤
init¤
init¤
forward¤
inverse¤
inverse¤
log_prob¤
sample¤
Module Statistics¤
- Classes: 2
- Functions: 8
- Imports: 7