Jul 24, 2017 · 1 min read
thanks for the speedy reply! I guess what I was really asking is how to represent this EOS symbol. Since each word embedding is of some dimension N as input to the RNN, the EOS symbol should also be of dimension N, correct? I see on google that a potential (and might be wrong) solution is to add a dimension to all word embeddings so these embeddings are now of dimension N + 1. Then EOS would be like [1 0 0 0 0 0 …].
