-
-
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
Lsi distributed fail #807
Comments
Hello @carlos386386 -- what version of pyro & gensim? (what's your output of See CONTRIBUTING.md for reporting issues. |
Pyro4==4.46 |
I think adding |
@carlos386386 Need to decorate methods that call remotely (some inner methods in lsi_worker) like this |
I have modify the file lsi_worker?? |
@carlos386386 yes |
Must be some recent, breaking change in Pyro API. Your Pyro version (4.46) doesn't indicate any major API change though. So not sure what's happened -- will need deeper investigation. |
@menshikh-iv Are you suggesting that we should add annotations to lsi_worker same way as lda_worker? May I kindly ask for a PR for this? |
@tmylk Yes, but a little later, right now I have no time :( |
in regard to issue piskvorky#807
@tmylk should this be closed? |
@markroxor the annotations are still missing in |
in regard to issue piskvorky#807
Hi,
I've got a problem with the lsi distributed. When i executed the example:
https://radimrehurek.com/gensim/dist_lsi.html
First configure the server (enviroment variables), then i run the server, worker and dispatcher.
And all without errros. But when i executed the code. I have this fail:
Why does this happens? How can i solve?
Thank you in advance.
The text was updated successfully, but these errors were encountered: