meereeum / lda2vec-tf

tensorflow port of the lda2vec model for unsupervised learning of document + topic + word embeddings
437 stars 100 forks source link

Infer the vector of a new document with the lda2vec model #1

Open alexwongdl opened 7 years ago

alexwongdl commented 7 years ago

Hi, when I have done training a lda2vec model, how can I use this model to infer the vector of a new document. I couldn't find any inference function in lda2vec-tf/model.py.