Skip to content

Instantly share code, notes, and snippets.

@lc0
Created August 31, 2018 07:30
Show Gist options
  • Save lc0/74e0f8ac648c10f806e3287b7459a4dc to your computer and use it in GitHub Desktop.
Save lc0/74e0f8ac648c10f806e3287b7459a4dc to your computer and use it in GitHub Desktop.
net = await async function () {
console.log('Loading the mobilenet model..');
var _net = await mobilenet.load();
console.log('Sucessfully loaded model');
return _net;
}();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment