In addition, a RNN layer can return its final internal state(s). The returned statescan be used to resume the RNN execution later, orto initialize another RNN.This setting is commonly used in theencoder-decoder sequence-to-sequence model, where the encoder final state is used asthe initial state of the decoder.
lingvo 12 activation code 13
2ff7e9595c
Comments