lda2vec-tf
lda2vec-tf copied to clipboard
Infer the vector of a new document with the lda2vec model
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.