This is an automated email from the ASF dual-hosted git repository.
lanking pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git
The following commit(s) were added to refs/heads/master by this push:
new 0eacdb3 Java added to install page (#13404)
0eacdb3 is described below
commit 0eacdb327abb8144c4d8da49c4d80765bf7b7f96
Author: Aaron Markham <[email protected]>
AuthorDate: Wed Nov 28 12:08:05 2018 -0800
Java added to install page (#13404)
* added java install option
* update maven blocks
* update maven button url to snapshot search for java
* add version; remove formatting on dependency
* merge clojure updates
* merge clojure updates - give code some breathing room
* merge clojure updates - give code even more breathing room
---
docs/install/index.md | 111 +++++++++++++++++++++++++++++++++++++++++++++++---
1 file changed, 105 insertions(+), 6 deletions(-)
diff --git a/docs/install/index.md b/docs/install/index.md
index 37ab7cc..9d4aec6 100644
--- a/docs/install/index.md
+++ b/docs/install/index.md
@@ -9,6 +9,7 @@
c_plus_plus.md
centos_setup.md
download.md
+ java_setup.md
osx_setup.md
raspbian_setup.md
scala_setup.md
@@ -52,6 +53,7 @@ Indicate your preferred configuration. Then, follow the
customized commands to i
<div class="btn-group opt-group" role="group">
<button type="button" class="btn btn-default opt active
languages">Python</button>
<button type="button" class="btn btn-default opt languages">Scala</button>
+ <button type="button" class="btn btn-default opt languages">Java</button>
<button type="button" class="btn btn-default opt languages">Clojure</button>
<button type="button" class="btn btn-default opt languages">R</button>
<button type="button" class="btn btn-default opt languages">Julia</button>
@@ -401,7 +403,7 @@ $ make rpkg
<div class="scala">
<div class="gpu">
<br/>
-You can use the Maven packages defined in the following `dependency` to
include MXNet in your Scala project. Please refer to the <a
href="scala_setup.html">MXNet-Scala setup guide</a> for a detailed set of
instructions to help you with the setup process.
+You can use the Maven packages defined in the following dependency to include
MXNet in your Scala project. Please refer to the <a
href="scala_setup.html">MXNet-Scala setup guide</a> for a detailed set of
instructions to help you with the setup process.
<a
href="https://mvnrepository.com/artifact/org.apache.mxnet/mxnet-full_2.11-linux-x86_64-gpu"><img
src="https://img.shields.io/badge/org.apache.mxnet-linux gpu-green.svg"
alt="maven badge"/></a>
@@ -416,7 +418,7 @@ You can use the Maven packages defined in the following
`dependency` to include
<div class="cpu">
<br/>
-You can use the Maven packages defined in the following `dependency` to
include MXNet in your Scala project. Please refer to the <a
href="scala_setup.html">MXNet-Scala setup guide</a> for a detailed set of
instructions to help you with the setup process.
+You can use the Maven packages defined in the following dependency to include
MXNet in your Scala project. Please refer to the <a
href="scala_setup.html">MXNet-Scala setup guide</a> for a detailed set of
instructions to help you with the setup process.
<a
href="https://mvnrepository.com/artifact/org.apache.mxnet/mxnet-full_2.11-linux-x86_64-cpu"><img
src="https://img.shields.io/badge/org.apache.mxnet-linux cpu-green.svg"
alt="maven badge"/></a>
@@ -434,7 +436,8 @@ You can use the Maven packages defined in the following
`dependency` to include
<div class="clojure">
<div class="gpu">
<br/>
-You can use the Maven packages defined in the following `dependency` to
include MXNet in your Clojure project. To maximize leverage, the Clojure
package has been built on the existing Scala package. Please refer to the <a
href="scala_setup.html">MXNet-Scala setup guide</a> for a detailed set of
instructions to help you with the setup process that is required to use the
Clojure dependency.
+
+You can use the Maven packages defined in the following dependency to include
MXNet in your Clojure project. To maximize leverage, the Clojure package has
been built on the existing Scala package. Please refer to the <a
href="scala_setup.html">MXNet-Scala setup guide</a> for a detailed set of
instructions to help you with the setup process that is required to use the
Clojure dependency.
<a
href="https://mvnrepository.com/artifact/org.apache.mxnet.contrib.clojure/clojure-mxnet-linux-gpu"><img
src="https://img.shields.io/badge/org.apache.mxnet-linux gpu-green.svg"
alt="maven badge"/></a>
@@ -444,12 +447,12 @@ You can use the Maven packages defined in the following
`dependency` to include
<artifactId>clojure-mxnet-linux-gpu</artifactId>
</dependency>
```
+
<br>
</div> <!-- End of gpu -->
-
<div class="cpu">
<br/>
-You can use the Maven packages defined in the following `dependency` to
include MXNet in your Clojure project. To maximize leverage, the Clojure
package has been built on the existing Scala package. Please refer to the <a
href="scala_setup.html">MXNet-Scala setup guide</a> for a detailed set of
instructions to help you with the setup process that is required to use the
Clojure dependency.
+You can use the Maven packages defined in the following dependency to include
MXNet in your Clojure project. To maximize leverage, the Clojure package has
been built on the existing Scala package. Please refer to the <a
href="scala_setup.html">MXNet-Scala setup guide</a> for a detailed set of
instructions to help you with the setup process that is required to use the
Clojure dependency.
<a
href="https://mvnrepository.com/artifact/org.apache.mxnet.contrib.clojure/clojure-mxnet-linux-cpu"><img
src="https://img.shields.io/badge/org.apache.mxnet-linux cpu-green.svg"
alt="maven badge"/></a>
@@ -459,11 +462,52 @@ You can use the Maven packages defined in the following
`dependency` to include
<artifactId>clojure-mxnet-linux-cpu</artifactId>
</dependency>
```
+
<br>
</div> <!-- End of cpu -->
</div> <!-- End of clojure -->
+<div class="java">
+<div class="gpu">
+<br/>
+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 <a
href="java_setup.html">MXNet-Java setup guide</a> for a detailed set of
instructions to help you with the setup process.
+
+<a
href="https://repository.apache.org/#nexus-search;gav~org.apache.mxnet~~1.3.1-SNAPSHOT~~"><img
src="https://img.shields.io/badge/org.apache.mxnet-linux gpu-green.svg"
alt="maven badge"/></a>
+
+```html
+<dependency>
+ <groupId>org.apache.mxnet</groupId>
+ <artifactId>mxnet-full_2.11-linux-x86_64-gpu</artifactId>
+ <scope>system</scope>
+ <version>1.3.1</version>
+
<systemPath>/system/path/to/jar/mxnet-full_2.11-linux-x86_64-gpu-1.3.1-SNAPSHOT.jar</systemPath>
+</dependency>
+```
+
+<br>
+</div> <!-- End of gpu -->
+
+<div class="cpu">
+<br/>
+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 <a
href="java_setup.html">MXNet-Java setup guide</a> for a detailed set of
instructions to help you with the setup process.
+
+<a
href="https://repository.apache.org/#nexus-search;gav~org.apache.mxnet~~1.3.1-SNAPSHOT~~"><img
src="https://img.shields.io/badge/org.apache.mxnet-linux cpu-green.svg"
alt="maven badge"/></a>
+
+```html
+<dependency>
+ <groupId>org.apache.mxnet</groupId>
+ <artifactId>mxnet-full_2.11-linux-x86_64-cpu</artifactId>
+ <scope>system</scope>
+ <version>1.3.1</version>
+
<systemPath>/system/path/to/jar/mxnet-full_2.11-linux-x86_64-cpu-1.3.1-SNAPSHOT.jar</systemPath>
+</dependency>
+```
+<br>
+</div> <!-- End of cpu -->
+</div> <!-- End of java -->
+
+
<div class="julia">
<div class="cpu gpu">
</br>
@@ -686,7 +730,7 @@ Will be available soon.
<div class="scala">
<div class="cpu">
</br>
-You can use the Maven packages defined in the following `dependency` to
include MXNet in your Scala project. Please refer to the <a
href="scala_setup.html">MXNet-Scala setup guide</a> for a detailed set of
instructions to help you with the setup process.
+You can use the Maven packages defined in the following dependency to include
MXNet in your Scala project. Please refer to the <a
href="scala_setup.html">MXNet-Scala setup guide</a> for a detailed set of
instructions to help you with the setup process.
<a
href="https://mvnrepository.com/artifact/org.apache.mxnet/mxnet-full_2.11-osx-x86_64-cpu"><img
src="https://img.shields.io/badge/org.apache.mxnet-mac cpu-green.svg"
alt="maven badge"/></a>
@@ -706,6 +750,53 @@ Not available at this time. <br>
</div> <!-- End of scala -->
+<div class="clojure">
+<div class="cpu">
+</br>
+You can use the Maven packages defined in the following dependency to include
MXNet in your Clojure project. To maximize leverage, the Clojure package has
been built on the existing Scala package. Please refer to the <a
href="scala_setup.html">MXNet-Scala setup guide</a> for a detailed set of
instructions to help you with the setup process that is required to use the
Clojure dependency.
+
+<a
href="https://mvnrepository.com/artifact/org.apache.mxnet.contrib.clojure/clojure-mxnet-osx-cpu"><img
src="https://img.shields.io/badge/org.apache.mxnet-mac cpu-green.svg"
alt="maven badge"/></a>
+
+```html
+<dependency>
+ <groupId>org.apache.mxnet.contrib.clojure</groupId>
+ <artifactId>clojure-mxnet-osx-cpu</artifactId>
+</dependency>
+```
+
+<br>
+</div> <!-- End of cpu -->
+<div class="gpu">
+Not available at this time. <br>
+</div> <!-- End of gpu -->
+</div> <!-- End of clojure -->
+
+
+<div class="java">
+<div class="cpu">
+</br>
+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 <a
href="java_setup.html">MXNet-Java setup guide</a> for a detailed set of
instructions to help you with the setup process.
+
+<a
href="https://repository.apache.org/#nexus-search;gav~org.apache.mxnet~~1.3.1-SNAPSHOT~~"><img
src="https://img.shields.io/badge/org.apache.mxnet-mac cpu-green.svg"
alt="maven badge"/></a>
+
+```html
+<dependency>
+ <groupId>org.apache.mxnet</groupId>
+ <artifactId>mxnet-full_2.11-osx-x86_64-cpu</artifactId>
+ <scope>system</scope>
+ <version>1.3.1</version>
+
<systemPath>/system/path/to/jar/mxnet-full_2.11-osx-x86_64-cpu-1.3.1-SNAPSHOT.jar</systemPath>
+</dependency>
+```
+<br>
+</div> <!-- End of cpu -->
+<div class="gpu">
+
+Not available at this time. <br>
+
+</div>
+</div> <!-- End of java -->
+
<div class="clojure">
<div class="cpu">
@@ -1034,6 +1125,14 @@ MXNet-Clojure for Windows is not yet available.
</div> <!-- End of cpu gpu -->
</div> <!-- End of clojure -->
+<div class="java">
+<div class="cpu gpu">
+<br/>
+MXNet-Java for Windows is not yet available.
+<br/>
+</div> <!-- End of cpu gpu -->
+</div> <!-- End of java -->
+
<div class="julia">
<div class="cpu gpu">
</br>