Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 324 Bytes

File metadata and controls

9 lines (8 loc) · 324 Bytes

Model Setup

Each file contains code for learning or evaluating the DLGMs

  • vae.py
    • Main file containing an implementation of a DLGM with the option to optimize the variational parameters
  • vae_evaluate.py
    • Evaluating learned DLGMs
  • vae_learn.py
    • Learning DLGMs