Combined State
Combine the final states for a BiLSTM into usable initial states.
We'll cover the following...
Chapter Goals:
- Combine the final states for each BiLSTM layer
A. LSTMStateTuple initialization
We initialize an LSTMStateTuple
object with a ...