Skip to content

Instantly share code, notes, and snippets.

@vabarbosa
Created March 11, 2019 20:30
Show Gist options
  • Save vabarbosa/e9a119d7f473adf76d119e4814731250 to your computer and use it in GitHub Desktop.
Save vabarbosa/e9a119d7f473adf76d119e4814731250 to your computer and use it in GitHub Desktop.
// 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