Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bring MXNetJS up to date with current MXNet HEAD #13

Merged
merged 3 commits into from
Mar 6, 2017

Conversation

Piyush3dB
Copy link
Contributor

I recently pushed apache/mxnet#5090 to bring the JS amalgamation build up to date with MXNet HEAD. This PR is a continuation of that body of work and brings MXNetJS in sync with the MXNet HEAD.

Specifically:

  1. Added script to automatically download models from the MXNet model gallery and prepare JS compatible JSON formats suitable for running with the provided examples.
  2. Added the SqueezeNET model example in the repo. This replaces the fastpoor model which is no longer available in the MXNet model gallery.
  3. Extended the JS unittest to run more models.
  4. Added more documentation to the Readme.
  5. Updated mxnet git submodule to pick-up the current HEAD.
  6. Updated the compiled JS libraries to the current version.

This PR also resolves issue #11.

@tqchen tqchen merged commit 67b73d3 into dmlc:master Mar 6, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants