You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I also refer to the paper Sequence to sequence learning with neural networks by tensorflow, but there are many repeat words in the outputs and the sentence is not smooth like yours. Would you mind telling me some tricks about your code?
The text was updated successfully, but these errors were encountered:
Sorry if I'm late.
If the words are repeating, it may be because you don't train it long enough. It's usually the case at the beginning of the training. You can also try to change the learning rate see if it changes anything.
I also refer to the paper Sequence to sequence learning with neural networks by tensorflow, but there are many repeat words in the outputs and the sentence is not smooth like yours. Would you mind telling me some tricks about your code?
The text was updated successfully, but these errors were encountered: