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

question on inputs to encoder and decoder #9

Closed zshihang closed 5 years ago

zshihang commented 5 years ago

line 59 and line 95 in model.py are almost the same except the input to decoder is using embedding dropout. my question is shouldn't the input to decoder starting with 'eos'?