Building webdnn.js¶
If you want to build webdnn.js by your own, for modifying some behavior, use the following command.
npm install
npm run build
From source code in src/descriptor_runner, webdnn.js and webdnn.es5.js are generated in dist directory.