You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by cm...@apache.org on 2018/11/27 17:06:25 UTC

[incubator-mxnet] branch master updated: :memo: Fixes #13388 Adds Clojure to MXNet installation docs (#13393)

This is an automated email from the ASF dual-hosted git repository.

cmeier 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 c542a7a  :memo: Fixes #13388 Adds Clojure to MXNet installation docs (#13393)
c542a7a is described below

commit c542a7ab7ebd59c3861a0b408c2e80e2324b825d
Author: Anuj Kumar <an...@formcept.com>
AuthorDate: Tue Nov 27 22:36:11 2018 +0530

    :memo: Fixes #13388 Adds Clojure to MXNet installation docs (#13393)
---
 docs/install/index.md | 66 +++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 66 insertions(+)

diff --git a/docs/install/index.md b/docs/install/index.md
index 6791a6e..37ab7cc 100644
--- a/docs/install/index.md
+++ b/docs/install/index.md
@@ -52,6 +52,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">Clojure</button>
   <button type="button" class="btn btn-default opt languages">R</button>
   <button type="button" class="btn btn-default opt languages">Julia</button>
   <button type="button" class="btn btn-default opt languages">Perl</button>
@@ -430,6 +431,39 @@ You can use the Maven packages defined in the following `dependency` to include
 </div> <!-- End of scala -->
 
 
+<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.
+
+<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>
+
+```html
+<dependency>
+    <groupId>org.apache.mxnet.contrib.clojure</groupId>
+    <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.
+
+<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>
+
+```html
+<dependency>
+    <groupId>org.apache.mxnet.contrib.clojure</groupId>
+    <artifactId>clojure-mxnet-linux-cpu</artifactId>
+</dependency>
+```
+<br>
+</div> <!-- End of cpu -->
+</div> <!-- End of clojure -->
+
+
 <div class="julia">
 <div class="cpu gpu">
 </br>
@@ -673,6 +707,30 @@ Not available at this time. <br>
 
 
 
+<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="julia">
 <div class="cpu gpu">
 </br>
@@ -968,6 +1026,14 @@ MXNet-Scala for Windows is not yet available.
 </div> <!-- End of cpu gpu -->
 </div> <!-- End of scala -->
 
+<div class="clojure">
+<div class="cpu gpu">
+<br/>
+MXNet-Clojure for Windows is not yet available.
+<br/>
+</div> <!-- End of cpu gpu -->
+</div> <!-- End of clojure -->
+
 <div class="julia">
 <div class="cpu gpu">
 </br>