Inference Mode

How to perform inference on causal generative model

Overview

Inference Mode

In the inference mode, we use the trained decoder network in conjugation with the latent node to generate an image for various probabilistic queries. In inference mode, instead of doing inference using MCMC or HMC, we pre-compute the posterior distributions using analytic methods using gRain package in R. This is not possible in all cases.

Inference Model

Last updated

Was this helpful?