Created
March 11, 2019 20:30
-
-
Save vabarbosa/e9a119d7f473adf76d119e4814731250 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// tensorflow.js 1.0.0 | |
const MODEL_URL = '/model/model.json' | |
// https://js.tensorflow.org/api/1.0.0/#loadGraphModel | |
const model = await tf.loadGraphModel(MODEL_URL) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment