nateraw / Lda2vec-Tensorflow

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

Still getting the same "Closest 10 words to given indexes" for all 20 Topics. #65

Open archishmanroy opened 4 years ago

archishmanroy commented 4 years ago

I have been running your code on a custom dataset of mine which has ~ 80k different comments. Even after training this corpus over 200 epochs (default), I still get the same words for each of the 20 topics. Can you please tell me where I am going wrong? Thanks in advance.