$ cnpm install deeplearn-squeezenet
This package contains a standalone SqueezeNet model.
You can use this as standalone es5 bundle like this:
<script src="https://unpkg.com/deeplearn-squeezenet"></script>
Or you can install it via yarn/npm for use in a TypeScript / ES6 project.
yarn add deeplearn-squeezenet
Check out demo.html for an example with ES5.
To run the demo, use the following:
cd models/squeezenet
yarn prep
yarn build
# Starts a webserver, navigate to localhost:8000/demo.html.
python -m SimpleHTTPServer
Copyright 2013 - present © cnpmjs.org | Home |