text-summarization-tensorflow
text-summarization-tensorflow copied to clipboard
Number of output (in result.txt) is much smaller than number of input data.
I am a newbie in deep learning. While self-studying seq2seq model, I try to modify this code so that it can be applicable to another language. However, I faced one critical issue that the number of my output data (in result.txt) generated is much shorter than the number of input data.
Here are some differences in my code.
- tensorflow version 1.10.
- pretrained fasttext embedding instead of glove.
I first want to make the overall process work then optimize or train the model with more data. But, I got stuck in this issue for a couple days. Wonder if you have any idea what can possibly cause above issue.