nateraw / Lda2vec-Tensorflow

Tensorflow 1.5 implementation of Chris Moody's Lda2vec, adapted from @meereeum
MIT License
107 stars 40 forks source link

factors_in parameter never used #29

Open nateraw opened 5 years ago

nateraw commented 5 years ago

factors_in parameter in Lda2vec model class init function is never actually passed to the init method of embedding_mixture.EmbedMixture().

nateraw commented 5 years ago

Format for entering in this parameter now follows same format as word_embedding.py. Should be fairly easy to fix this now (although I don't really see a use case for it right now).

nateraw commented 5 years ago

This issue has had no improvements since it was posted. Needs to be moved up higher in list of priorities.