Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign upQuestions about biLSTM example #290
Open
Comments
This comment has been minimized.
This comment has been minimized.
|
outputs is a length T(=28) list of outputs (one for each input), which are concatenated forward and backward outputs. |
This comment has been minimized.
This comment has been minimized.
|
Using |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment


TensorFlow-Examples/examples/3_NeuralNetworks/bidirectional_rnn.py
Line 81 in 9e1bb50
I think "outputs [-1]" and "outputs [0]" are equivalent (reversed) in this line of code, but the former (89%) works better than the latter (86%). Why?