You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by zh...@apache.org on 2021/03/09 18:29:27 UTC

[incubator-mxnet] branch v1.x updated: add djl and autogluon to website (#19981) (#19995)

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

zha0q1 pushed a commit to branch v1.x
in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git


The following commit(s) were added to refs/heads/v1.x by this push:
     new f32310d  add djl and autogluon to website (#19981) (#19995)
f32310d is described below

commit f32310d9fd772eabba56356a7e72d3ac3316045d
Author: Zhaoqi Zhu <zh...@gmail.com>
AuthorDate: Tue Mar 9 10:27:40 2021 -0800

    add djl and autogluon to website (#19981) (#19995)
---
 docs/static_site/src/assets/img/autogluon.png | Bin 0 -> 11687 bytes
 docs/static_site/src/assets/img/djl.png       | Bin 0 -> 8849 bytes
 docs/static_site/src/pages/ecosystem.html     |  10 +++++++++-
 3 files changed, 9 insertions(+), 1 deletion(-)

diff --git a/docs/static_site/src/assets/img/autogluon.png b/docs/static_site/src/assets/img/autogluon.png
new file mode 100644
index 0000000..0509b96
Binary files /dev/null and b/docs/static_site/src/assets/img/autogluon.png differ
diff --git a/docs/static_site/src/assets/img/djl.png b/docs/static_site/src/assets/img/djl.png
new file mode 100644
index 0000000..ae7b25a
Binary files /dev/null and b/docs/static_site/src/assets/img/djl.png differ
diff --git a/docs/static_site/src/pages/ecosystem.html b/docs/static_site/src/pages/ecosystem.html
index 4c14fa4..cd50e82 100644
--- a/docs/static_site/src/pages/ecosystem.html
+++ b/docs/static_site/src/pages/ecosystem.html
@@ -37,6 +37,10 @@ ecosystem_toolkits:
   text: Gluon Time Series (GluonTS) is the Gluon toolkit for probabilistic time series modeling, focusing on deep learning-based models.
   icon: /assets/img/line-graph.svg
   link: https://gluon-ts.mxnet.io/
+- title: AutoGluon
+  text: AutoGluon enables easy-to-use and easy-to-extend AutoML with a focus on deep learning and real-world applications spanning image, text, or tabular data.
+  icon: /assets/img/autogluon.png
+  link: https://autogluon.mxnet.io
 
 ecosystem_other:
 - title: Coach RL
@@ -81,6 +85,10 @@ ecosystem_other:
   text: Xfer is a library that allows quick and easy transfer of knowledge stored in deep neural networks implemented in MXNet.
   link: https://xfer.readthedocs.io/en/master/
   icon: /assets/img/xfer.png
+- title: DJL
+  text: Deep Java Library is an open source library to build and deploy deep learning in Java
+  icon: /assets/img/djl.png
+  link: https://djl.ai/
 
 ---
 <div class="ecosystem-page">
@@ -148,4 +156,4 @@ ecosystem_other:
         {%- endfor -%}
     </div>
     <br><br>
-</div>
\ No newline at end of file
+</div>