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
9
9
npm -g install node-gyp
10
10
```
11
11
12
- # Supported Backends
12
+ # Currently Supported Backends
13
13
1 . bagua-caffe
14
14
15
15
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
6
6
7
7
make -j8
8
8
9
- # Build Node.js Addons
9
+ # Install Dependencies
10
+
11
+ npm install
12
+
13
+ # Building
10
14
11
15
node-gyp configure build
12
16
```
Original file line number Diff line number Diff line change 1
1
{
2
- "name" : " caffejs " ,
2
+ "name" : " bagua-caffe " ,
3
3
"version" : " 0.0.1" ,
4
- "description" : " Caffe framework " ,
4
+ "description" : " Caffe Backend " ,
5
5
"main" : " build/Release/caffe.node" ,
6
6
"scripts" : {
7
- "test" : " echo \" Error: no test specified\" && exit 1" ,
8
7
"install" : " node-gyp rebuild"
9
8
},
10
9
"keywords" : [
You can’t perform that action at this time.
0 commit comments