pytorch-seq2seq
pytorch-seq2seq copied to clipboard
Blank Outputs
I have used the same code for the purpose of text summarization but after a few iterations on the data I start to receive empty predictions, i.e.
[0, 1, 1, 1 ... 1]
Any suggestions to solve this would really be very helpful.