SqueezeNet model
This package contains a standalone SqueezeNet model.
Installation
You can use this as standalone es5 bundle like this:
Or you can install it via yarn/npm for use in a TypeScript / ES6 project.
yarn add deeplearn-squeezenet
Usage
Check out demo.html for an example with ES5.
To run the demo, use the following:
cd models/squeezenet yarn prepyarn build # Starts a webserver, navigate to localhost:8000/demo.html. python -m SimpleHTTPServer