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

inference #28

Open safakkbilici opened 3 years ago

safakkbilici commented 3 years ago

I trained the model with penn treebank dataset. When i run the inference.py, generated samples look the same. It always generate that "the company said that..." or "the company...". It is very rare that generated sentence contains words different from "the company". Am i missing something?