cemoody / lda2vec

MIT License
3.15k stars 628 forks source link

Document representaion. #57

Open sekhar14 opened 7 years ago

sekhar14 commented 7 years ago

Giving same vector representation for every document. Has anyone faced the same problem?

kkrasnas commented 7 years ago

Yes! After some epochs, the dirichlet loss freezes and every document belongs to all topics equally.

nateraw commented 6 years ago

Has anybody been able to fix this? I rewrote this in tensorflow but it seems the logic or process is flawed somewhere.

duolinwang commented 6 years ago

Yes! I got the same problem!!! What is the solution????