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
What if I'd like to use attention_decoder instead of rnn_decoder?
I wonder how to modify outputs, last_state = seq2seq.rnn_decoder(inputs, self.initial_state, cell, loop_function=loop if infer else None, scope='rnnlm').
What should attention_states be?
The text was updated successfully, but these errors were encountered:
What if I'd like to use
attention_decoder
instead ofrnn_decoder
?I wonder how to modify
outputs, last_state = seq2seq.rnn_decoder(inputs, self.initial_state, cell, loop_function=loop if infer else None, scope='rnnlm')
.What should
attention_states
be?The text was updated successfully, but these errors were encountered: