Skip to content

Instantly share code, notes, and snippets.

@hugozanini
Created June 19, 2020 20:28
Show Gist options
  • Save hugozanini/89668d2bf4cd60be879924d4e9b5a2b8 to your computer and use it in GitHub Desktop.
Save hugozanini/89668d2bf4cd60be879924d4e9b5a2b8 to your computer and use it in GitHub Desktop.
async function load_model() {
const model = await tf.loadLayersModel("http://127.0.0.1:8080/model.json");
return model;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment