You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a size 13000 dataset with 20 categories and trained SLDA with those labels with K=16. After training, I first call the infer function, then estimate to predict a document from the corpus. For every document trained for the model, the estimate result always returns 19 as the argmax category. Are there any bugs with supervised LDA code?
The text was updated successfully, but these errors were encountered:
I have a size 13000 dataset with 20 categories and trained SLDA with those labels with K=16. After training, I first call the infer function, then estimate to predict a document from the corpus. For every document trained for the model, the estimate result always returns 19 as the argmax category. Are there any bugs with supervised LDA code?
The text was updated successfully, but these errors were encountered: