-
-
Notifications
You must be signed in to change notification settings - Fork 4.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Problem using bound function in Author Topic model!! #1589
Comments
Hi @sa-matiny,
|
Ping @sa-matiny |
Hi,
At the time that bound() function is called, I got this error:
|
@sa-matiny OK, let's add more info:
This needed for me for reproducing your error. |
This is the sample of small data and also code that got error: |
I experienced the same error and found that the errors were cause by empty document (because all the words were filtered out). |
Thanks for the information @Ronggui |
After running into this problem as well, i have determined a fix for this. I'm currently reading through the contributions guide to submit a conformant pull request. This error is being thrown because |
Finally passing all checks, was a little confused about one of Circle checks |
Hi
I am trying to use author topic model. When I used bound function to evaluate my model I received this error in python:
I think the problem is
expElogbeta[:, ids]
because this is not acceptable in python!Please test bound function and fix source code.
Thanks
The text was updated successfully, but these errors were encountered: