xiaohuiyan / BTM

Code for Biterm Topic Model (published in WWW 2013)
https://github.com/xiaohuiyan/xiaohuiyan.github.io/blob/master/paper/BTM-WWW13.pdf
Apache License 2.0
405 stars 137 forks source link

Bug? #7

Closed HHself closed 6 years ago

HHself commented 8 years ago

hello yan, I have find a error: when I use your code to train btm, I get the following info: the length of voca.txt is 133361 and the length of pw_z is 32*133341.In another word, the length is not equal, But it should be equal?

xiaohuiyan commented 8 years ago

Yes. If you run the script 'runExample.sh', the two lengths should be equal. I'm not sure where is the problem in you case.