FalongFan
FalongFan
I've got the same issue. Have you solved it?
I've already got the `new_topic`, `new_probs` using `topic_model.fit_transform(new_docs)`, but I wonder whether there are new top N words of each topic with regard to `new_docs`. If yes, how can I...
@MaartenGr Thanks. Now I've trained my topic model using training dataset, and inference on `new_docs` (this is my test dataset) using `topic_model.transform(new_docs)`. In this case, the top N key words...
@MaartenGr Thanks! My training dataset is too large to train, so I trained my topic model using half of the training dataset. If I train two topic models using two...
My results are almost the same with you when finishing running `test.py`. Then if you want to visualize the result, you can try `tensorboard --logdir runs`, and check the local...