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