0.2.0 • Published 6 years ago

deeplearn-squeezenet v0.2.0

Weekly downloads
29
License
Apache-2.0
Repository
github
Last release
6 years ago

SqueezeNet model

This package contains a standalone SqueezeNet model.

Installation

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

Usage

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
0.2.0

6 years ago

0.1.9

6 years ago

0.1.8

6 years ago

0.1.7

6 years ago

0.1.6

6 years ago

0.1.5

6 years ago

0.1.2

7 years ago

0.1.1

7 years ago

0.1.0

7 years ago