I understand that you treat the paragraph ID as a new word in doc2vec (DM approach, left on the figure) during training. The training output is the context word. After a model is trained, suppose I want to get 1 embedding given a new document.
Do I feed each word to the network and then average it to get the embedding? Or is there another way?
I can feed this to gensim, but I am trying to understand how it works.
