We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
It is a amazing work! Appreciate your hard work. I'm met the downloaded model problem, but with the help of https://github.com/MartinoMensio/spacy-universal-sentence-encoder/issues/9#issue-685821614, It work. thanks however, I met another problem, I am trying use the model https://tfhub.dev/google/universal-sentence-encoder-large/4, It is not the latest version,I got the models https://storage.googleapis.com/tfhub-modules/google/universal-sentence-encoder-large/4.tar.gz via offline, and get sha1: f4ea2eb4a9fd72946209ef45271146fae070fb29, export right path
import spacy nlp=spay.load('en_use_lg')
but it can't work I guess if the model name is incorrect
The text was updated successfully, but these errors were encountered:
No branches or pull requests
It is a amazing work! Appreciate your hard work.
I'm met the downloaded model problem, but with the help of https://github.com/MartinoMensio/spacy-universal-sentence-encoder/issues/9#issue-685821614, It work. thanks
however, I met another problem, I am trying use the model https://tfhub.dev/google/universal-sentence-encoder-large/4, It is not the latest version,I got the models https://storage.googleapis.com/tfhub-modules/google/universal-sentence-encoder-large/4.tar.gz via offline, and get sha1: f4ea2eb4a9fd72946209ef45271146fae070fb29, export right path
import spacy nlp=spay.load('en_use_lg')
but it can't work
I guess if the model name is incorrect
The text was updated successfully, but these errors were encountered: