Closed lkluo closed 7 years ago
how to Concatenate the final state? I tried tf.concat((encoder_fw_state, encoder_bw_state), 2), but it return error. thanks.
I figured out the issue. Since I was using multi-rnn, the last encoder_state shall be used to feed into the decoder.
how to Concatenate the final state? I tried tf.concat((encoder_fw_state, encoder_bw_state), 2), but it return error. thanks.