Chris Lin
Results
1
comments of
Chris Lin
Hi Aayushee, If you use "return_sequence=False" and RepeatVector, encoder lstm will always return the same hidden vector into the input of decoder lstm. Attention mechanism needs "return_sequence=True" to return the...