From f7192b238b8816a2c7733b208f85d4a5211eb9d4 Mon Sep 17 00:00:00 2001 From: Andrew Ayres Date: Tue, 4 Dec 2018 16:01:26 -0800 Subject: [PATCH] Update java setup docs for 1.4.0 (#13536) * Update java setup docs for 1.4.0 * Update Java-demo to 1.4.0 --- docs/install/index.md | 18 +++++++++--------- docs/install/java_setup.md | 6 +++--- docs/tutorials/java/mxnet_java_on_intellij.md | 2 +- scala-package/mxnet-demo/java-demo/Makefile | 2 +- scala-package/mxnet-demo/java-demo/README.md | 4 ++-- 5 files changed, 16 insertions(+), 16 deletions(-) diff --git a/docs/install/index.md b/docs/install/index.md index 5067c5df4475..6491d46be5c4 100644 --- a/docs/install/index.md +++ b/docs/install/index.md @@ -473,15 +473,15 @@ You can use the Maven packages defined in the following dependency to include MX
You can use the Maven packages defined in the following dependency to include MXNet in your Java project. The Java API is provided as a subset of the Scala API and is intended for inference only. Please refer to the MXNet-Java setup guide for a detailed set of instructions to help you with the setup process. -maven badge +maven badge ```html org.apache.mxnet mxnet-full_2.11-linux-x86_64-gpu system - 1.3.1 - /system/path/to/jar/mxnet-full_2.11-linux-x86_64-gpu-1.3.1-SNAPSHOT.jar + 1.4.0 + /system/path/to/jar/mxnet-full_2.11-linux-x86_64-gpu-1.4.0-SNAPSHOT.jar ``` @@ -492,15 +492,15 @@ You can use the Maven packages defined in the following dependency to include MX
You can use the Maven packages defined in the following dependency to include MXNet in your Java project. The Java API is provided as a subset of the Scala API and is intended for inference only. Please refer to the MXNet-Java setup guide for a detailed set of instructions to help you with the setup process. -maven badge +maven badge ```html org.apache.mxnet mxnet-full_2.11-linux-x86_64-cpu system - 1.3.1 - /system/path/to/jar/mxnet-full_2.11-linux-x86_64-cpu-1.3.1-SNAPSHOT.jar + 1.4.0 + /system/path/to/jar/mxnet-full_2.11-linux-x86_64-cpu-1.4.0-SNAPSHOT.jar ```
@@ -776,15 +776,15 @@ Not available at this time.

You can use the Maven packages defined in the following dependency to include MXNet in your Java project. The Java API is provided as a subset of the Scala API and is intended for inference only. Please refer to the MXNet-Java setup guide for a detailed set of instructions to help you with the setup process. -maven badge +maven badge ```html org.apache.mxnet mxnet-full_2.11-osx-x86_64-cpu system - 1.3.1 - /system/path/to/jar/mxnet-full_2.11-osx-x86_64-cpu-1.3.1-SNAPSHOT.jar + 1.4.0 + /system/path/to/jar/mxnet-full_2.11-osx-x86_64-cpu-1.4.0-SNAPSHOT.jar ```
diff --git a/docs/install/java_setup.md b/docs/install/java_setup.md index fe55d074e754..34b0967c421e 100644 --- a/docs/install/java_setup.md +++ b/docs/install/java_setup.md @@ -59,7 +59,7 @@ Also, add the dependency which corresponds to your platform to the `dependencies org.apache.mxnet mxnet-full_2.11-linux-x86_64-cpu - 1.3.1-SNAPSHOT + 1.4.0-SNAPSHOT ``` @@ -68,7 +68,7 @@ Also, add the dependency which corresponds to your platform to the `dependencies org.apache.mxnet mxnet-full_2.11-linux-x86_64-gpu - 1.3.1-SNAPSHOT + 1.4.0-SNAPSHOT ``` @@ -77,7 +77,7 @@ Also, add the dependency which corresponds to your platform to the `dependencies org.apache.mxnet mxnet-full_2.11-osx-x86_64-cpu - 1.3.1-SNAPSHOT + 1.4.0-SNAPSHOT ``` diff --git a/docs/tutorials/java/mxnet_java_on_intellij.md b/docs/tutorials/java/mxnet_java_on_intellij.md index f4d4ea5ab839..ef2c009f66e8 100644 --- a/docs/tutorials/java/mxnet_java_on_intellij.md +++ b/docs/tutorials/java/mxnet_java_on_intellij.md @@ -102,7 +102,7 @@ Also, add this under the `dependencies` tag : org.apache.mxnet mxnet-full_2.11-osx-x86_64-cpu - 1.3.1-SNAPSHOT + 1.4.0-SNAPSHOT ``` The official Java Packages will be released with the release of MXNet 1.4 and will be available on [MXNet Maven package repository](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.mxnet%22). diff --git a/scala-package/mxnet-demo/java-demo/Makefile b/scala-package/mxnet-demo/java-demo/Makefile index 6b76e272f9e0..bb47db1c6d27 100644 --- a/scala-package/mxnet-demo/java-demo/Makefile +++ b/scala-package/mxnet-demo/java-demo/Makefile @@ -16,7 +16,7 @@ # under the License. SCALA_VERSION_PROFILE := 2.11 -MXNET_VERSION := 1.3.1-SNAPSHOT +MXNET_VERSION := 1.4.0-SNAPSHOT ifeq ($(OS),Windows_NT) UNAME_S := Windows diff --git a/scala-package/mxnet-demo/java-demo/README.md b/scala-package/mxnet-demo/java-demo/README.md index 55b4d914b834..dbe18052a899 100644 --- a/scala-package/mxnet-demo/java-demo/README.md +++ b/scala-package/mxnet-demo/java-demo/README.md @@ -12,7 +12,7 @@ You can use the following instruction as an alternative to achieve the same resu User are required to use `mvn package` to build the package, which are shown below: ```Bash -export SCALA_VERSION_PROFILE=2.11 MXNET_VERSION=1.3.1-SNAPSHOT +export SCALA_VERSION_PROFILE=2.11 MXNET_VERSION=1.4.0-SNAPSHOT export SCALA_PKG_PROFILE= mvn package -Dmxnet.profile=$SCALA_PKG_PROFILE \ -Dmxnet.scalaprofile=$SCALA_VERSION_PROFILE \ @@ -80,5 +80,5 @@ sudo apt install libopencv-imgcodecs3.4 Is there any other version available? -You can find nightly release version from [here](https://repository.apache.org/#nexus-search;gav~org.apache.mxnet~~1.3.1-SNAPSHOT~~). +You can find nightly release version from [here](https://repository.apache.org/#nexus-search;gav~org.apache.mxnet~~1.4.0-SNAPSHOT~~). Please keep the same version in the Makefile or [above version](https://repository.apache.org/#nexus-search;gav~org.apache.mxnet~~~~) to run this demo.