Skip to content

Commit

Permalink
Update the mxnet-native version
Browse files Browse the repository at this point in the history
Change-Id: Ie4a4c26275f664668ee9ee2c451890eff57fd647
  • Loading branch information
stu1130 committed Jul 13, 2020
1 parent 768c654 commit 935285d
Show file tree
Hide file tree
Showing 26 changed files with 26 additions and 26 deletions.
2 changes: 1 addition & 1 deletion chapter_convolutional-modern/alexnet.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@
"%maven org.slf4j:slf4j-api:1.7.26\n",
"%maven org.slf4j:slf4j-simple:1.7.26\n",
"%maven ai.djl.mxnet:mxnet-engine:0.7.0-SNAPSHOT\n",
"%maven ai.djl.mxnet:mxnet-native-auto:1.7.0-a"
"%maven ai.djl.mxnet:mxnet-native-auto:1.7.0-b"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion chapter_convolutional-modern/vgg.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
"%maven org.slf4j:slf4j-api:1.7.26\n",
"%maven org.slf4j:slf4j-simple:1.7.26\n",
"%maven ai.djl.mxnet:mxnet-engine:0.7.0-SNAPSHOT\n",
"%maven ai.djl.mxnet:mxnet-native-auto:1.7.0-a"
"%maven ai.djl.mxnet:mxnet-native-auto:1.7.0-b"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion chapter_convolutional-neural-networks/channels.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
"%maven net.java.dev.jna:jna:5.3.0\n",
" \n",
"%maven ai.djl.mxnet:mxnet-engine:0.7.0-SNAPSHOT\n",
"%maven ai.djl.mxnet:mxnet-native-auto:1.7.0-a"
"%maven ai.djl.mxnet:mxnet-native-auto:1.7.0-b"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion chapter_convolutional-neural-networks/conv-layer.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@
"%maven org.slf4j:slf4j-simple:1.7.26\n",
"%maven net.java.dev.jna:jna:5.3.0\n",
"%maven ai.djl.mxnet:mxnet-engine:0.7.0-SNAPSHOT\n",
"%maven ai.djl.mxnet:mxnet-native-auto:1.7.0-a"
"%maven ai.djl.mxnet:mxnet-native-auto:1.7.0-b"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion chapter_convolutional-neural-networks/lenet.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@
"%maven org.slf4j:slf4j-simple:1.7.26\n",
" \n",
"%maven ai.djl.mxnet:mxnet-engine:0.7.0-SNAPSHOT\n",
"%maven ai.djl.mxnet:mxnet-native-auto:1.7.0-a"
"%maven ai.djl.mxnet:mxnet-native-auto:1.7.0-b"
]
},
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@
"%maven net.java.dev.jna:jna:5.3.0\n",
" \n",
"%maven ai.djl.mxnet:mxnet-engine:0.7.0-SNAPSHOT\n",
"%maven ai.djl.mxnet:mxnet-native-auto:1.7.0-a"
"%maven ai.djl.mxnet:mxnet-native-auto:1.7.0-b"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion chapter_convolutional-neural-networks/pooling.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@
"%maven net.java.dev.jna:jna:5.3.0\n",
" \n",
"%maven ai.djl.mxnet:mxnet-engine:0.7.0-SNAPSHOT\n",
"%maven ai.djl.mxnet:mxnet-native-auto:1.7.0-a"
"%maven ai.djl.mxnet:mxnet-native-auto:1.7.0-b"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion chapter_installation/index.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@
" \n",
"// See https://github.com/awslabs/djl/blob/master/mxnet/mxnet-engine/README.md\n",
"// for more MXNet library selection options\n",
"%maven ai.djl.mxnet:mxnet-native-auto:1.7.0-a\n",
"%maven ai.djl.mxnet:mxnet-native-auto:1.7.0-b\n",
"```"
]
},
Expand Down
2 changes: 1 addition & 1 deletion chapter_linear-networks/image-classification-dataset.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"%maven org.slf4j:slf4j-api:1.7.26\n",
"%maven org.slf4j:slf4j-simple:1.7.26\n",
"%maven ai.djl.mxnet:mxnet-engine:0.7.0-SNAPSHOT\n",
"%maven ai.djl.mxnet:mxnet-native-auto:1.7.0-a"
"%maven ai.djl.mxnet:mxnet-native-auto:1.7.0-b"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion chapter_linear-networks/linear-regression-djl.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"%maven org.slf4j:slf4j-simple:1.7.26\n",
"%maven net.java.dev.jna:jna:5.3.0\n",
"%maven ai.djl.mxnet:mxnet-engine:0.7.0-SNAPSHOT\n",
"%maven ai.djl.mxnet:mxnet-native-auto:1.7.0-a"
"%maven ai.djl.mxnet:mxnet-native-auto:1.7.0-b"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion chapter_linear-networks/linear-regression-scratch.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"%maven org.slf4j:slf4j-simple:1.7.26\n",
"\n",
"%maven ai.djl.mxnet:mxnet-engine:0.6.0\n",
"%maven ai.djl.mxnet:mxnet-native-auto:1.7.0-a"
"%maven ai.djl.mxnet:mxnet-native-auto:1.7.0-b"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion chapter_linear-networks/linear-regression.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -365,7 +365,7 @@
"// See https://github.com/awslabs/djl/blob/master/mxnet/mxnet-engine/README.md\n",
"// for more MXNet library selection options\n",
"%maven ai.djl.mxnet:mxnet-engine:0.7.0-SNAPSHOT\n",
"%maven ai.djl.mxnet:mxnet-native-auto:1.7.0-a"
"%maven ai.djl.mxnet:mxnet-native-auto:1.7.0-b"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion chapter_linear-networks/softmax-regression-djl.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"%maven org.slf4j:slf4j-api:1.7.26\n",
"%maven org.slf4j:slf4j-simple:1.7.26\n",
"%maven ai.djl.mxnet:mxnet-engine:0.6.0-SNAPSHOT\n",
"%maven ai.djl.mxnet:mxnet-native-auto:1.7.0-a"
"%maven ai.djl.mxnet:mxnet-native-auto:1.7.0-b"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion chapter_linear-networks/softmax-regression-scratch.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"%maven org.slf4j:slf4j-simple:1.7.26\n",
" \n",
"%maven ai.djl.mxnet:mxnet-engine:0.7.0-SNAPSHOT\n",
"%maven ai.djl.mxnet:mxnet-native-auto:1.7.0-a"
"%maven ai.djl.mxnet:mxnet-native-auto:1.7.0-b"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion chapter_multilayer-perceptrons/dropout.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@
"%maven org.slf4j:slf4j-api:1.7.26\n",
"%maven org.slf4j:slf4j-simple:1.7.26\n",
"%maven ai.djl.mxnet:mxnet-engine:0.7.0-SNAPSHOT\n",
"%maven ai.djl.mxnet:mxnet-native-auto:1.7.0-a"
"%maven ai.djl.mxnet:mxnet-native-auto:1.7.0-b"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion chapter_multilayer-perceptrons/mlp-djl.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"%maven org.slf4j:slf4j-api:1.7.26\n",
"%maven org.slf4j:slf4j-simple:1.7.26\n",
"%maven ai.djl.mxnet:mxnet-engine:0.7.0-SNAPSHOT\n",
"%maven ai.djl.mxnet:mxnet-native-auto:1.7.0-a"
"%maven ai.djl.mxnet:mxnet-native-auto:1.7.0-b"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion chapter_multilayer-perceptrons/mlp-scratch.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"%maven org.slf4j:slf4j-api:1.7.26\n",
"%maven org.slf4j:slf4j-simple:1.7.26\n",
"%maven ai.djl.mxnet:mxnet-engine:0.7.0-SNAPSHOT\n",
"%maven ai.djl.mxnet:mxnet-native-auto:1.7.0-a"
"%maven ai.djl.mxnet:mxnet-native-auto:1.7.0-b"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion chapter_multilayer-perceptrons/mlp.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@
"%maven org.slf4j:slf4j-api:1.7.26\n",
"%maven org.slf4j:slf4j-simple:1.7.26\n",
"%maven ai.djl.mxnet:mxnet-engine:0.7.0-SNAPSHOT\n",
"%maven ai.djl.mxnet:mxnet-native-auto:1.7.0-a"
"%maven ai.djl.mxnet:mxnet-native-auto:1.7.0-b"
]
},
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@
"%maven org.slf4j:slf4j-api:1.7.26\n",
"%maven org.slf4j:slf4j-simple:1.7.26\n",
"%maven ai.djl.mxnet:mxnet-engine:0.7.0-SNAPSHOT\n",
"%maven ai.djl.mxnet:mxnet-native-auto:1.7.0-a"
"%maven ai.djl.mxnet:mxnet-native-auto:1.7.0-b"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion chapter_multilayer-perceptrons/underfit-overfit.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -417,7 +417,7 @@
"%maven org.slf4j:slf4j-api:1.7.26\n",
"%maven org.slf4j:slf4j-simple:1.7.26\n",
"%maven ai.djl.mxnet:mxnet-engine:0.7.0-SNAPSHOT\n",
"%maven ai.djl.mxnet:mxnet-native-auto:1.7.0-a"
"%maven ai.djl.mxnet:mxnet-native-auto:1.7.0-b"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion chapter_multilayer-perceptrons/weight-decay.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@
"%maven org.slf4j:slf4j-api:1.7.26\n",
"%maven org.slf4j:slf4j-simple:1.7.26\n",
"%maven ai.djl.mxnet:mxnet-engine:0.7.0-SNAPSHOT\n",
"%maven ai.djl.mxnet:mxnet-native-auto:1.7.0-a"
"%maven ai.djl.mxnet:mxnet-native-auto:1.7.0-b"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion chapter_optimization/convexity.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"%maven org.slf4j:slf4j-simple:1.7.26\n",
"\n",
"%maven ai.djl.mxnet:mxnet-engine:0.7.0-SNAPSHOT\n",
"%maven ai.djl.mxnet:mxnet-native-auto:1.7.0-a"
"%maven ai.djl.mxnet:mxnet-native-auto:1.7.0-b"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion chapter_optimization/gd.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"%maven org.slf4j:slf4j-simple:1.7.26\n",
"\n",
"%maven ai.djl.mxnet:mxnet-engine:0.7.0-SNAPSHOT\n",
"%maven ai.djl.mxnet:mxnet-native-auto:1.7.0-a"
"%maven ai.djl.mxnet:mxnet-native-auto:1.7.0-b"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion chapter_optimization/optimization-intro.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"%maven org.slf4j:slf4j-simple:1.7.26\n",
"\n",
"%maven ai.djl.mxnet:mxnet-engine:0.7.0-SNAPSHOT\n",
"%maven ai.djl.mxnet:mxnet-native-auto:1.7.0-a"
"%maven ai.djl.mxnet:mxnet-native-auto:1.7.0-b"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion chapter_optimization/sgd.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"%maven org.slf4j:slf4j-simple:1.7.26\n",
"\n",
"%maven ai.djl.mxnet:mxnet-engine:0.6.0-SNAPSHOT\n",
"%maven ai.djl.mxnet:mxnet-native-auto:1.7.0-a"
"%maven ai.djl.mxnet:mxnet-native-auto:1.7.0-b"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion chapter_preliminaries/ndarray.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
"// See https://github.com/awslabs/djl/blob/master/mxnet/mxnet-engine/README.md\n",
"// for more MXNet library selection options\n",
"%maven ai.djl.mxnet:mxnet-engine:0.7.0-SNAPSHOT\n",
"%maven ai.djl.mxnet:mxnet-native-auto:1.7.0-a"
"%maven ai.djl.mxnet:mxnet-native-auto:1.7.0-b"
]
},
{
Expand Down

0 comments on commit 935285d

Please sign in to comment.