1.0.0 • Published 8 years ago

bagua-mxnet v1.0.0

Weekly downloads
7
License
ISC
Repository
-
Last release
8 years ago

How to build

Step 1 - Prepare mxnet library

Download prebuilt mxnet library from our release.

put it under ./bagua-mxnet/lib/

Step 2 - Modify enviroment variables

export INCLUDE_PATH=$INCLUDE_PATH:$PWD/include

export CPATH="$INCLUDE_PATH"

export CPPPATH="$INCLUDE_PATH"

export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$PWD/lib

Step 3 - Build bagua-mxnet

cd bagua-mxnet

npm install

node-gyp rebuild

Demo

Here we provided a Inception demo for image classification.

Step 1 - Prepare training model

download training model.

put them under ./model-zoo/mxnet/

Step 2 - Run the demo

cd demo/mx-inception

node demo.js
1.0.0

8 years ago

0.0.1

8 years ago