timbmg / Sentence-VAE

PyTorch Re-Implementation of "Generating Sentences from a Continuous Space" by Bowman et al 2015 https://arxiv.org/abs/1511.06349
580 stars 152 forks source link

Discrete latent variable #16

Open izaskr opened 5 years ago

izaskr commented 5 years ago

Hi, I am wondering what would have to be changed if we want to have discrete latent variables.

Cheers