File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -9,10 +9,7 @@ Bagua is an ancient Chinese technique that can predict the future via looking ba
99 npm -g install node-gyp
1010 ```
1111
12- # Supported Backends
12+ # Currently Supported Backends
13131 . bagua-caffe
1414
1515
16-
17-
18-
Original file line number Diff line number Diff line change @@ -6,7 +6,11 @@ Build the code. Please follow [Caffe instruction](http://caffe.berkeleyvision.or
66
77 make -j8
88
9- # Build Node.js Addons
9+ # Install Dependencies
10+
11+ npm install
12+
13+ # Building
1014
1115 node-gyp configure build
1216 ```
Original file line number Diff line number Diff line change 11{
2- "name" : " caffejs " ,
2+ "name" : " bagua-caffe " ,
33 "version" : " 0.0.1" ,
4- "description" : " Caffe framework " ,
4+ "description" : " Caffe Backend " ,
55 "main" : " build/Release/caffe.node" ,
66 "scripts" : {
7- "test" : " echo \" Error: no test specified\" && exit 1" ,
87 "install" : " node-gyp rebuild"
98 },
109 "keywords" : [
You can’t perform that action at this time.
0 commit comments