-
Notifications
You must be signed in to change notification settings - Fork 596
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
ModuleNotFoundError: No module named 'familia' #109
Comments
Hello. I also try to I will try to optimize the SLDA model later, and add it to the official PaddleHub. |
thanks you, I want to use SLDA model to calculating similarity of two sentence. |
Ok. I will tell you once done. |
Thank you very much! |
Hi. I provide the other three functions for SLDA model. But remember to read README.md(where I add some notes.) first. |
i want to use the sentenceLDA model.
i run the command:
$ sh build.sh
$ cd model
$ sh download_model.sh
$ cd ..
when building ,it arised some warnings but no error.
then i run this command in python(import familia),it arised ModuleNotFoundError.what's wrong?
The text was updated successfully, but these errors were encountered: