Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在 Seq2seq 的解码器部分,它就像一个语言建模,被赋予一个输入词和隐藏状态,以预测下一个词。在这种机制中如何使用双向信息?另外,我们是否还必须在双向 RNN 解码器中逐个生成句子单词?谢谢你。