Hi,
Thanks a lot for your reply! However, repeating the vector 'n' times is the point of confusion for me. For example,
If my words w1, w2, w3 - each can be represented with a dimension size of 300. From what I understand, once each word is encoded, it is feeded to the decoder (one time step at a time). So when I repeat the vector of these words, how many times do I repeat it? If I want the output representation of the word be of 600 dimensions, do I repeat it two times? What if input and output are the same (like in an autoencoder)?
Kind Regards,
Madhumita