bagua-mxnet

1.0.0 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i bagua-mxnet

Weekly Downloads

2

Version

1.0.0

License

ISC

Last publish

Collaborators

  • cogons