Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

[v1.8.x] add djl and autogluon to website #19981

Merged
merged 1 commit into from
Mar 5, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added docs/static_site/src/assets/img/autogluon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/static_site/src/assets/img/djl.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 9 additions & 1 deletion docs/static_site/src/pages/ecosystem.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@
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
Expand Down Expand Up @@ -63,6 +67,10 @@
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">
Expand Down Expand Up @@ -130,4 +138,4 @@ <h4>{{feature.title}}</h4>
{%- endfor -%}
</div>
<br><br>
</div>
</div>