Skip to content

smayru/IWAE

Repository files navigation

IWAE

chainer implementation of IWAE. This code is inspired code1 and code2.

Abstract

By utilizing k sampling, IWAE reduces the ELBO. If k is 1, it corresponds to the standard VAE.

How to use

python iwae.py --sampling_number=k  

Analysis

I check the value of ELBO after training.

k=1 k=5 k=10
100.14 98.88 98.34

By increasing the value of k, you can reduce ELBO.

The detail is described in iwae_analysis.ipynb.

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published