Angr4Mainyu / torch_SB_VAE

Implementation of stick breaking VAE with pytorch

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Torch SB VAE (WIP)

Implementation of stick breaking VAE with pytorch

Different from the origin paper, q(z | x) follows Beta distribution, since the pahtwise gradient for Beta distribution is available in torch.distributions.Beta.

TODO:

  • Parameter tuning to reproduce the paper results

About

Implementation of stick breaking VAE with pytorch


Languages

Language:Python 100.0%