From dbb414aac7adde466758ef59411fcd903fd2bb6f Mon Sep 17 00:00:00 2001 From: Yao Wang Date: Tue, 5 Sep 2017 15:12:34 -0700 Subject: [PATCH] 0.11 updates (#24) * Add README file * Modify news and gluon link --- README.md | 1 + index.html | 4 ++-- tutorials/index.html | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 000000000000..e6b7fe6a4ab8 --- /dev/null +++ b/README.md @@ -0,0 +1 @@ +# Apache MXNet Website diff --git a/index.html b/index.html index e3b81163c696..44f4cb66715b 100644 --- a/index.html +++ b/index.html @@ -163,8 +163,8 @@

Introducing - Gluon

Learn More
-

MXNet 0.10.0 Released

-

We're excited to announce the release of MXNet 0.10.0! Check out the release notes for latest updates.

+

MXNet 0.11.0 Released

+

We're excited to announce the release of MXNet 0.11.0! Check out the release notes for latest updates.

Learn More
diff --git a/tutorials/index.html b/tutorials/index.html index 8a820b7aeaba..35b939d65932 100644 --- a/tutorials/index.html +++ b/tutorials/index.html @@ -182,7 +182,7 @@

Tutorials

These tutorials introduce a few fundamental concepts in deep learning and how to implement them in MXNet. The Basics section contains tutorials on manipulating arrays, building networks, loading/preprocessing data, etc. The Training and Inference section talks about implementing Linear Regression, training a Handwritten digit classifier using MLP and CNN, running inferences using a pre-trained model, and lastly, efficiently training a large scale image classifier.

-

Note: We are working on a set of tutorials for the new imperative interface called Gluon. A preview version is hosted at thestraightdope.mxnet.io.

+

Note: We are working on a set of tutorials for the new imperative interface called Gluon. A preview version is hosted at gluon.mxnet.io.

Python