Skip to content

Instantly share code, notes, and snippets.

View lc0's full-sized avatar

Sergii Khomenko lc0

View GitHub Profile
net = await async function () {
console.log('Loading the mobilenet model..');
var _net = await mobilenet.load();
console.log('Sucessfully loaded model');
return _net;
}();