Skip to content

Made¤

Module: generative_models.models.flow.made

Source: generative_models/models/flow/made.py

Overview¤

Masked Autoencoder for Distribution Estimation (MADE).

This implementation is shared between MAF and IAF models and is based on the reference implementations from benchmark_VAE and other sources.

Classes¤

MADE¤

class MADE

Functions¤

call¤

def __call__()

init¤

def __init__()

create_made¤

def create_made()

Module Statistics¤

  • Classes: 1
  • Functions: 3
  • Imports: 4