RepeatVector or return_sequence=True

Essentially, return_sequences=True returns all the outputs the encoder observed in the past, where RepeatVector repeats the very last output of the encoder 

相关文章: