-
Notifications
You must be signed in to change notification settings - Fork 1.7k
TF2.0 hub Universal Sentence Encoder Multilingual Sentenepieceop not registered problem #463
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
Comments
Hello, I think the multilingual module is dependent on tensorflow_text as stated in this page: https://tfhub.dev/google/universal-sentence-encoder-multilingual/3 . |
Thank you, now It is working on Google Colab. I added import tensorflow_text line. I gave up on Windows. |
adding |
Thanks! |
This worked for me 💯
|
Have I written custom code : No
OS Platform and Distribution : Windows 10 / Google Colab
TensorFlow version (use command below):tensorflow==2.0.0
Python version:Python 3.6.9
Here is my code.
Problematic output
I could not get answer to this issue on tensorflow respository . I want to get multilingual sentence embeddings using pretrained Google Universal sentence encoder. But I could not able to get it from Windows 10 and Google Colab even if the internet shows diffrent. I was able to get sentence vectors using diffrent hub link like https://tfhub.dev/google/universal-sentence-encoder/4. That is not dependent to sentencepiece.
The text was updated successfully, but these errors were encountered: