deeplearn-squeezenet
TypeScript icon, indicating that this package has built-in type declarations

0.2.0 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i deeplearn-squeezenet

Weekly Downloads

24

Version

0.2.0

License

Apache-2.0

Unpacked Size

156 kB

Total Files

20

Last publish

Collaborators

  • dsmilkov