Skip to content
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

Closed
shiffman opened this issue Aug 13, 2018 · 6 comments
Closed

Universal Sentence Encoder #197

shiffman opened this issue Aug 13, 2018 · 6 comments

Comments

@shiffman
Copy link
Member

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 and LSTMGenerator). Is there already a tf.js version? @nsthorat

@shiffman
Copy link
Member Author

Tagging @SEFDStuff as we've been discussing this off github!

@nsthorat
Copy link
Contributor

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?

@shiffman
Copy link
Member Author

Perfect! I'm not getting to this anytime super soon I was just noting it so as not to forget! More soon!

@ToonTalk
Copy link

Seems someone else is attempting this. See tensorflow/tfjs#970

@joeyklee
Copy link
Contributor

Just making a note that I started a PR for this with #790 ! Thanks all!

@joeyklee
Copy link
Contributor

closed with #790

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants