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
| net = await async function () { | |
| console.log('Loading the mobilenet model..'); | |
| var _net = await mobilenet.load(); | |
| console.log('Sucessfully loaded model'); | |
| return _net; | |
| }(); |
OlderNewer