Allen

Results 27 comments of Allen

I mean do the prediction on the unseen dataset, I reviewed the codes, only found the "LDA_Inf", "LFLDA_Inf", `"DMM_Inf"` and "LFDMM_Inf".

Bert是句子级的,请问您如何对词级的节点做表示?

请问baseline的参数如何设置的呢?参照源论文还是统一设置?

yes, I embedded it into my training code, to evaluate C_V per 10 epoch, and it apparently slow down my training speed.

by the way, I set my topic as 20 and topic words as 15, I guess calculating all topics (20) one time instead of calculate one by one would boost...

I use the palmetto-py API `palmetto.get_coherence()` in my python training code, evaluate per 10 epoch. In my opinion, it will load the index file one time when I call the...

Thanks for your careful reply! I get your advice. But maybe it needs to change the `java` code in the project, I'm afraid that I don't have too much time...

> Hi there, I see that the best reported accuracy for this repo for the MR dataset is 77.5% using CNN-rand-static. When I run this, using `./main.py -device=0 -static`, I...