-
Notifications
You must be signed in to change notification settings - Fork 1
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
Create TensorFlow JS model to do inference #5
Comments
mattmotoki
changed the title
Create TensorFlow Lite model to do inference
Create TensorFlow JS model to do inference
Oct 24, 2018
Looks like there are streamlined steps to export keras model written in python to tensorflow.js! https://js.tensorflow.org/tutorials/import-keras.html |
Adding to that, this would be how you could take a pretrained MobileNet and save it in a format that tensorflow.js can use.
|
Related to #29. |
This was referenced Oct 31, 2018
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Setup a TensorFlowJS model to do inference in the browser
The text was updated successfully, but these errors were encountered: