-
Notifications
You must be signed in to change notification settings - Fork 903
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
Universal Sentence Encoder #197
Comments
Tagging @SEFDStuff as we've been discussing this off github! |
We don't yet have a TensorFlow.js version, I think we need to convert the model from TF Hub using the converter. I have a suspicion that there will be a few ops that we don't yet support in the converter -- if you guys run the converter and file an issue on tfjs about which ops we're missing we can prioritize them. Does that sound reasonable? |
Perfect! I'm not getting to this anytime super soon I was just noting it so as not to forget! More soon! |
Seems someone else is attempting this. See tensorflow/tfjs#970 |
Just making a note that I started a PR for this with #790 ! Thanks all! |
closed with #790 |
I'd like to port this TensorFlow Universal Sentence Encoder model to ml5 as part of my fall A2Z course (I'll be using
Word2Vec
andLSTMGenerator
). Is there already a tf.js version? @nsthoratThe text was updated successfully, but these errors were encountered: