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

support word dropout #6

Closed mengxuehu closed 5 years ago

mengxuehu commented 5 years ago
  1. support word dropout
  2. change "word_dropout" argument to "embedding_dropout" to avoid ambiguity
  3. fix the inconsistency between w2i and i2w