farizrahman4u / seq2seq

Sequence to Sequence Learning with Keras
GNU General Public License v2.0
3.17k stars 846 forks source link

How are the target sequences fed into the model during training? #235

Open hezhichenghzc opened 6 years ago

hezhichenghzc commented 6 years ago

Does any body know how the target sequences fed into the model during training? Except the output of the encoder, should there be any other input for the decoder?