This is an automated email from the ASF dual-hosted git repository.
aaronmarkham pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/incubator-mxnet-site.git
The following commit(s) were added to refs/heads/asf-site by this push:
new f1206a4 Publish triggered by CI
f1206a4 is described below
commit f1206a4e8469d943c04aa76b9560f6bec022c9f9
Author: mxnet-ci <mxnet-ci>
AuthorDate: Sun Oct 4 00:44:11 2020 +0000
Publish triggered by CI
---
api/python/docs/api/np/arrays.indexing.html | 4 ++--
api/python/docs/api/np/arrays.ndarray.html | 12 ++++++------
.../docs/api/np/generated/mxnet.np.ndarray.html | 12 ++++++------
.../docs/api/np/generated/mxnet.np.nonzero.html | 2 +-
.../docs/api/np/generated/mxnet.np.reshape.html | 2 +-
api/python/docs/objects.inv | Bin 93147 -> 93121 bytes
api/python/docs/searchindex.js | 2 +-
date.txt | 1 -
feed.xml | 2 +-
.../api/python/docs/api/np/arrays.indexing.html | 4 ++--
.../api/python/docs/api/np/arrays.ndarray.html | 12 ++++++------
.../docs/api/np/generated/mxnet.np.ndarray.html | 12 ++++++------
.../docs/api/np/generated/mxnet.np.nonzero.html | 2 +-
.../docs/api/np/generated/mxnet.np.reshape.html | 2 +-
versions/master/api/python/docs/objects.inv | Bin 93147 -> 93121 bytes
versions/master/api/python/docs/searchindex.js | 2 +-
versions/master/feed.xml | 2 +-
17 files changed, 36 insertions(+), 37 deletions(-)
diff --git a/api/python/docs/api/np/arrays.indexing.html
b/api/python/docs/api/np/arrays.indexing.html
index cba5094..caba169 100644
--- a/api/python/docs/api/np/arrays.indexing.html
+++ b/api/python/docs/api/np/arrays.indexing.html
@@ -1477,8 +1477,8 @@ using <code class="xref py py-func docutils literal
notranslate"><span class="pr
<p>This advanced indexing occurs when obj is an array object of Boolean
type, such as may be returned from comparison operators. A single
boolean index array is practically identical to <code class="docutils literal
notranslate"><span class="pre">x[obj.nonzero()]</span></code> where,
-as described above, <a class="reference internal"
href="generated/mxnet.np.ndarray.nonzero.html#mxnet.np.ndarray.nonzero"
title="mxnet.np.ndarray.nonzero"><code class="xref py py-meth docutils literal
notranslate"><span class="pre">obj.nonzero()</span></code></a> returns a
-tuple (of length <a class="reference internal"
href="generated/mxnet.np.ndarray.ndim.html#mxnet.np.ndarray.ndim"
title="mxnet.np.ndarray.ndim"><code class="xref py py-attr docutils literal
notranslate"><span class="pre">obj.ndim</span></code></a>) of integer index
+as described above, <a class="reference internal"
href="generated/mxnet.np.ndarray.html#mxnet.np.ndarray.nonzero"
title="mxnet.np.ndarray.nonzero"><code class="xref py py-meth docutils literal
notranslate"><span class="pre">obj.nonzero()</span></code></a> returns a
+tuple (of length <a class="reference internal"
href="generated/mxnet.np.ndarray.html#mxnet.np.ndarray.ndim"
title="mxnet.np.ndarray.ndim"><code class="xref py py-attr docutils literal
notranslate"><span class="pre">obj.ndim</span></code></a>) of integer index
arrays showing the <code class="xref py py-const docutils literal
notranslate"><span class="pre">True</span></code> elements of <em>obj</em>.
However, it is
faster when <code class="docutils literal notranslate"><span
class="pre">obj.shape</span> <span class="pre">==</span> <span
class="pre">x.shape</span></code>.</p>
<p>If <code class="docutils literal notranslate"><span
class="pre">obj.ndim</span> <span class="pre">==</span> <span
class="pre">x.ndim</span></code>, <code class="docutils literal
notranslate"><span class="pre">x[obj]</span></code> returns a 1-dimensional
array
diff --git a/api/python/docs/api/np/arrays.ndarray.html
b/api/python/docs/api/np/arrays.ndarray.html
index 8f649b4..09a82d9 100644
--- a/api/python/docs/api/np/arrays.ndarray.html
+++ b/api/python/docs/api/np/arrays.ndarray.html
@@ -1375,7 +1375,7 @@ of the array:</p>
<tr class="row-odd"><td><p><a class="reference internal"
href="generated/mxnet.np.ndarray.html#mxnet.np.ndarray.shape"
title="mxnet.np.ndarray.shape"><code class="xref py py-obj docutils literal
notranslate"><span class="pre">ndarray.shape</span></code></a></p></td>
<td><p>Tuple of array dimensions.</p></td>
</tr>
-<tr class="row-even"><td><p><a class="reference internal"
href="generated/mxnet.np.ndarray.ndim.html#mxnet.np.ndarray.ndim"
title="mxnet.np.ndarray.ndim"><code class="xref py py-obj docutils literal
notranslate"><span class="pre">ndarray.ndim</span></code></a></p></td>
+<tr class="row-even"><td><p><a class="reference internal"
href="generated/mxnet.np.ndarray.html#mxnet.np.ndarray.ndim"
title="mxnet.np.ndarray.ndim"><code class="xref py py-obj docutils literal
notranslate"><span class="pre">ndarray.ndim</span></code></a></p></td>
<td><p>Number of array dimensions.</p></td>
</tr>
<tr class="row-odd"><td><p><a class="reference internal"
href="generated/mxnet.np.ndarray.html#mxnet.np.ndarray.size"
title="mxnet.np.ndarray.size"><code class="xref py py-obj docutils literal
notranslate"><span class="pre">ndarray.size</span></code></a></p></td>
@@ -1496,7 +1496,7 @@ replaced with <code class="docutils literal
notranslate"><span class="pre">n</sp
<col style="width: 90%" />
</colgroup>
<tbody>
-<tr class="row-odd"><td><p><a class="reference internal"
href="generated/mxnet.np.ndarray.reshape.html#mxnet.np.ndarray.reshape"
title="mxnet.np.ndarray.reshape"><code class="xref py py-obj docutils literal
notranslate"><span class="pre">ndarray.reshape</span></code></a>(*args,
**kwargs)</p></td>
+<tr class="row-odd"><td><p><a class="reference internal"
href="generated/mxnet.np.ndarray.html#mxnet.np.ndarray.reshape"
title="mxnet.np.ndarray.reshape"><code class="xref py py-obj docutils literal
notranslate"><span class="pre">ndarray.reshape</span></code></a>(*args,
**kwargs)</p></td>
<td><p>Returns a copy of the array with a new shape.</p></td>
</tr>
<tr class="row-even"><td><p><a class="reference internal"
href="generated/mxnet.np.ndarray.html#mxnet.np.ndarray.transpose"
title="mxnet.np.ndarray.transpose"><code class="xref py py-obj docutils literal
notranslate"><span
class="pre">ndarray.transpose</span></code></a>(*axes)</p></td>
@@ -1530,13 +1530,13 @@ the operation should proceed.</p>
<col style="width: 90%" />
</colgroup>
<tbody>
-<tr class="row-odd"><td><p><a class="reference internal"
href="generated/mxnet.np.ndarray.nonzero.html#mxnet.np.ndarray.nonzero"
title="mxnet.np.ndarray.nonzero"><code class="xref py py-obj docutils literal
notranslate"><span class="pre">ndarray.nonzero</span></code></a>()</p></td>
+<tr class="row-odd"><td><p><a class="reference internal"
href="generated/mxnet.np.ndarray.html#mxnet.np.ndarray.nonzero"
title="mxnet.np.ndarray.nonzero"><code class="xref py py-obj docutils literal
notranslate"><span class="pre">ndarray.nonzero</span></code></a>()</p></td>
<td><p>Return the indices of the elements that are non-zero.</p></td>
</tr>
<tr class="row-even"><td><p><a class="reference internal"
href="generated/mxnet.np.ndarray.html#mxnet.np.ndarray.take"
title="mxnet.np.ndarray.take"><code class="xref py py-obj docutils literal
notranslate"><span class="pre">ndarray.take</span></code></a>(indices[, axis,
mode])</p></td>
<td><p>Convenience fluent method for <code class="xref py py-func docutils
literal notranslate"><span class="pre">take()</span></code>.</p></td>
</tr>
-<tr class="row-odd"><td><p><a class="reference internal"
href="generated/mxnet.np.ndarray.repeat.html#mxnet.np.ndarray.repeat"
title="mxnet.np.ndarray.repeat"><code class="xref py py-obj docutils literal
notranslate"><span class="pre">ndarray.repeat</span></code></a>(repeats[,
axis])</p></td>
+<tr class="row-odd"><td><p><a class="reference internal"
href="generated/mxnet.np.ndarray.html#mxnet.np.ndarray.repeat"
title="mxnet.np.ndarray.repeat"><code class="xref py py-obj docutils literal
notranslate"><span class="pre">ndarray.repeat</span></code></a>(repeats[,
axis])</p></td>
<td><p>Repeat elements of an array.</p></td>
</tr>
</tbody>
@@ -1620,7 +1620,7 @@ be performed.</p>
<tr class="row-even"><td><p><a class="reference internal"
href="generated/mxnet.np.ndarray.html#mxnet.np.ndarray.argmax"
title="mxnet.np.ndarray.argmax"><code class="xref py py-obj docutils literal
notranslate"><span class="pre">ndarray.argmax</span></code></a>([axis,
out])</p></td>
<td><p>Return indices of the maximum values along the given axis.</p></td>
</tr>
-<tr class="row-odd"><td><p><a class="reference internal"
href="generated/mxnet.np.ndarray.min.html#mxnet.np.ndarray.min"
title="mxnet.np.ndarray.min"><code class="xref py py-obj docutils literal
notranslate"><span class="pre">ndarray.min</span></code></a>([axis, out,
keepdims])</p></td>
+<tr class="row-odd"><td><p><a class="reference internal"
href="generated/mxnet.np.ndarray.html#mxnet.np.ndarray.min"
title="mxnet.np.ndarray.min"><code class="xref py py-obj docutils literal
notranslate"><span class="pre">ndarray.min</span></code></a>([axis, out,
keepdims])</p></td>
<td><p>Convenience fluent method for <a class="reference internal"
href="generated/mxnet.np.min.html#mxnet.np.min" title="mxnet.np.min"><code
class="xref py py-func docutils literal notranslate"><span
class="pre">min()</span></code></a>.</p></td>
</tr>
<tr class="row-even"><td><p><a class="reference internal"
href="generated/mxnet.np.ndarray.html#mxnet.np.ndarray.argmin"
title="mxnet.np.ndarray.argmin"><code class="xref py py-obj docutils literal
notranslate"><span class="pre">ndarray.argmin</span></code></a>([axis,
out])</p></td>
@@ -1635,7 +1635,7 @@ be performed.</p>
<tr class="row-odd"><td><p><a class="reference internal"
href="generated/mxnet.np.ndarray.html#mxnet.np.ndarray.mean"
title="mxnet.np.ndarray.mean"><code class="xref py py-obj docutils literal
notranslate"><span class="pre">ndarray.mean</span></code></a>([axis, dtype,
out, keepdims])</p></td>
<td><p>Returns the average of the array elements along given axis.</p></td>
</tr>
-<tr class="row-even"><td><p><a class="reference internal"
href="generated/mxnet.np.ndarray.prod.html#mxnet.np.ndarray.prod"
title="mxnet.np.ndarray.prod"><code class="xref py py-obj docutils literal
notranslate"><span class="pre">ndarray.prod</span></code></a>([axis, dtype,
out, keepdims])</p></td>
+<tr class="row-even"><td><p><a class="reference internal"
href="generated/mxnet.np.ndarray.html#mxnet.np.ndarray.prod"
title="mxnet.np.ndarray.prod"><code class="xref py py-obj docutils literal
notranslate"><span class="pre">ndarray.prod</span></code></a>([axis, dtype,
out, keepdims])</p></td>
<td><p>Return the product of the array elements over the given axis.</p></td>
</tr>
<tr class="row-odd"><td><p><a class="reference internal"
href="generated/mxnet.np.ndarray.html#mxnet.np.ndarray.cumsum"
title="mxnet.np.ndarray.cumsum"><code class="xref py py-obj docutils literal
notranslate"><span class="pre">ndarray.cumsum</span></code></a>([axis, dtype,
out])</p></td>
diff --git a/api/python/docs/api/np/generated/mxnet.np.ndarray.html
b/api/python/docs/api/np/generated/mxnet.np.ndarray.html
index dbf7c2e..d9938e3 100644
--- a/api/python/docs/api/np/generated/mxnet.np.ndarray.html
+++ b/api/python/docs/api/np/generated/mxnet.np.ndarray.html
@@ -1462,7 +1462,7 @@ methods and attributes of an array.</p>
<tr class="row-even"><td><p><a class="reference internal"
href="#mxnet.np.ndarray.mean" title="mxnet.np.ndarray.mean"><code class="xref
py py-obj docutils literal notranslate"><span
class="pre">mean</span></code></a>([axis, dtype, out, keepdims])</p></td>
<td><p>Returns the average of the array elements along given axis.</p></td>
</tr>
-<tr class="row-odd"><td><p><a class="reference internal"
href="mxnet.np.ndarray.min.html#mxnet.np.ndarray.min"
title="mxnet.np.ndarray.min"><code class="xref py py-obj docutils literal
notranslate"><span class="pre">min</span></code></a>([axis, out,
keepdims])</p></td>
+<tr class="row-odd"><td><p><a class="reference internal"
href="#mxnet.np.ndarray.min" title="mxnet.np.ndarray.min"><code class="xref py
py-obj docutils literal notranslate"><span
class="pre">min</span></code></a>([axis, out, keepdims])</p></td>
<td><p>Convenience fluent method for <a class="reference internal"
href="mxnet.np.min.html#mxnet.np.min" title="mxnet.np.min"><code class="xref py
py-func docutils literal notranslate"><span
class="pre">min()</span></code></a>.</p></td>
</tr>
<tr class="row-even"><td><p><a class="reference internal"
href="#mxnet.np.ndarray.nanprod" title="mxnet.np.ndarray.nanprod"><code
class="xref py py-obj docutils literal notranslate"><span
class="pre">nanprod</span></code></a>(*args, **kwargs)</p></td>
@@ -1471,7 +1471,7 @@ methods and attributes of an array.</p>
<tr class="row-odd"><td><p><a class="reference internal"
href="#mxnet.np.ndarray.nansum" title="mxnet.np.ndarray.nansum"><code
class="xref py py-obj docutils literal notranslate"><span
class="pre">nansum</span></code></a>(*args, **kwargs)</p></td>
<td><p>Convenience fluent method for <a class="reference internal"
href="#mxnet.np.ndarray.nansum" title="mxnet.np.ndarray.nansum"><code
class="xref py py-func docutils literal notranslate"><span
class="pre">nansum()</span></code></a>.</p></td>
</tr>
-<tr class="row-even"><td><p><a class="reference internal"
href="mxnet.np.ndarray.nonzero.html#mxnet.np.ndarray.nonzero"
title="mxnet.np.ndarray.nonzero"><code class="xref py py-obj docutils literal
notranslate"><span class="pre">nonzero</span></code></a>()</p></td>
+<tr class="row-even"><td><p><a class="reference internal"
href="#mxnet.np.ndarray.nonzero" title="mxnet.np.ndarray.nonzero"><code
class="xref py py-obj docutils literal notranslate"><span
class="pre">nonzero</span></code></a>()</p></td>
<td><p>Return the indices of the elements that are non-zero.</p></td>
</tr>
<tr class="row-odd"><td><p><a class="reference internal"
href="#mxnet.np.ndarray.norm" title="mxnet.np.ndarray.norm"><code class="xref
py py-obj docutils literal notranslate"><span
class="pre">norm</span></code></a>(*args, **kwargs)</p></td>
@@ -1489,7 +1489,7 @@ methods and attributes of an array.</p>
<tr class="row-odd"><td><p><a class="reference internal"
href="#mxnet.np.ndarray.pick" title="mxnet.np.ndarray.pick"><code class="xref
py py-obj docutils literal notranslate"><span
class="pre">pick</span></code></a>(*args, **kwargs)</p></td>
<td><p>Convenience fluent method for <a class="reference internal"
href="#mxnet.np.ndarray.pick" title="mxnet.np.ndarray.pick"><code class="xref
py py-func docutils literal notranslate"><span
class="pre">pick()</span></code></a>.</p></td>
</tr>
-<tr class="row-even"><td><p><a class="reference internal"
href="mxnet.np.ndarray.prod.html#mxnet.np.ndarray.prod"
title="mxnet.np.ndarray.prod"><code class="xref py py-obj docutils literal
notranslate"><span class="pre">prod</span></code></a>([axis, dtype, out,
keepdims])</p></td>
+<tr class="row-even"><td><p><a class="reference internal"
href="#mxnet.np.ndarray.prod" title="mxnet.np.ndarray.prod"><code class="xref
py py-obj docutils literal notranslate"><span
class="pre">prod</span></code></a>([axis, dtype, out, keepdims])</p></td>
<td><p>Return the product of the array elements over the given axis.</p></td>
</tr>
<tr class="row-odd"><td><p><a class="reference internal"
href="#mxnet.np.ndarray.radians" title="mxnet.np.ndarray.radians"><code
class="xref py py-obj docutils literal notranslate"><span
class="pre">radians</span></code></a>(*args, **kwargs)</p></td>
@@ -1504,10 +1504,10 @@ methods and attributes of an array.</p>
<tr class="row-even"><td><p><a class="reference internal"
href="#mxnet.np.ndarray.relu" title="mxnet.np.ndarray.relu"><code class="xref
py py-obj docutils literal notranslate"><span
class="pre">relu</span></code></a>(*args, **kwargs)</p></td>
<td><p>Convenience fluent method for <a class="reference internal"
href="#mxnet.np.ndarray.relu" title="mxnet.np.ndarray.relu"><code class="xref
py py-func docutils literal notranslate"><span
class="pre">relu()</span></code></a>.</p></td>
</tr>
-<tr class="row-odd"><td><p><a class="reference internal"
href="mxnet.np.ndarray.repeat.html#mxnet.np.ndarray.repeat"
title="mxnet.np.ndarray.repeat"><code class="xref py py-obj docutils literal
notranslate"><span class="pre">repeat</span></code></a>(repeats[,
axis])</p></td>
+<tr class="row-odd"><td><p><a class="reference internal"
href="#mxnet.np.ndarray.repeat" title="mxnet.np.ndarray.repeat"><code
class="xref py py-obj docutils literal notranslate"><span
class="pre">repeat</span></code></a>(repeats[, axis])</p></td>
<td><p>Repeat elements of an array.</p></td>
</tr>
-<tr class="row-even"><td><p><a class="reference internal"
href="mxnet.np.ndarray.reshape.html#mxnet.np.ndarray.reshape"
title="mxnet.np.ndarray.reshape"><code class="xref py py-obj docutils literal
notranslate"><span class="pre">reshape</span></code></a>(*args,
**kwargs)</p></td>
+<tr class="row-even"><td><p><a class="reference internal"
href="#mxnet.np.ndarray.reshape" title="mxnet.np.ndarray.reshape"><code
class="xref py py-obj docutils literal notranslate"><span
class="pre">reshape</span></code></a>(*args, **kwargs)</p></td>
<td><p>Returns a copy of the array with a new shape.</p></td>
</tr>
<tr class="row-odd"><td><p><a class="reference internal"
href="#mxnet.np.ndarray.reshape_like"
title="mxnet.np.ndarray.reshape_like"><code class="xref py py-obj docutils
literal notranslate"><span class="pre">reshape_like</span></code></a>(*args,
**kwargs)</p></td>
@@ -1663,7 +1663,7 @@ methods and attributes of an array.</p>
<tr class="row-even"><td><p><code class="xref py py-obj docutils literal
notranslate"><span class="pre">handle</span></code></p></td>
<td><p></p></td>
</tr>
-<tr class="row-odd"><td><p><a class="reference internal"
href="mxnet.np.ndarray.ndim.html#mxnet.np.ndarray.ndim"
title="mxnet.np.ndarray.ndim"><code class="xref py py-obj docutils literal
notranslate"><span class="pre">ndim</span></code></a></p></td>
+<tr class="row-odd"><td><p><a class="reference internal"
href="#mxnet.np.ndarray.ndim" title="mxnet.np.ndarray.ndim"><code class="xref
py py-obj docutils literal notranslate"><span
class="pre">ndim</span></code></a></p></td>
<td><p>Number of array dimensions.</p></td>
</tr>
<tr class="row-even"><td><p><a class="reference internal"
href="#mxnet.np.ndarray.shape" title="mxnet.np.ndarray.shape"><code class="xref
py py-obj docutils literal notranslate"><span
class="pre">shape</span></code></a></p></td>
diff --git a/api/python/docs/api/np/generated/mxnet.np.nonzero.html
b/api/python/docs/api/np/generated/mxnet.np.nonzero.html
index d47ba43..e3f2bcc 100644
--- a/api/python/docs/api/np/generated/mxnet.np.nonzero.html
+++ b/api/python/docs/api/np/generated/mxnet.np.nonzero.html
@@ -1216,7 +1216,7 @@ which returns a row for each non-zero element.</p>
<div class="admonition seealso">
<p class="admonition-title">See also</p>
<dl class="simple">
-<dt><a class="reference internal"
href="mxnet.np.ndarray.nonzero.html#mxnet.np.ndarray.nonzero"
title="mxnet.np.ndarray.nonzero"><code class="xref py py-func docutils literal
notranslate"><span
class="pre">ndarray.nonzero()</span></code></a></dt><dd><p>Equivalent ndarray
method.</p>
+<dt><a class="reference internal"
href="mxnet.np.ndarray.html#mxnet.np.ndarray.nonzero"
title="mxnet.np.ndarray.nonzero"><code class="xref py py-func docutils literal
notranslate"><span
class="pre">ndarray.nonzero()</span></code></a></dt><dd><p>Equivalent ndarray
method.</p>
</dd>
</dl>
</div>
diff --git a/api/python/docs/api/np/generated/mxnet.np.reshape.html
b/api/python/docs/api/np/generated/mxnet.np.reshape.html
index 2348741..8285a11 100644
--- a/api/python/docs/api/np/generated/mxnet.np.reshape.html
+++ b/api/python/docs/api/np/generated/mxnet.np.reshape.html
@@ -1232,7 +1232,7 @@ generated.</p>
<div class="admonition seealso">
<p class="admonition-title">See also</p>
<dl class="simple">
-<dt><a class="reference internal"
href="mxnet.np.ndarray.reshape.html#mxnet.np.ndarray.reshape"
title="mxnet.np.ndarray.reshape"><code class="xref py py-func docutils literal
notranslate"><span
class="pre">ndarray.reshape()</span></code></a></dt><dd><p>Equivalent
method.</p>
+<dt><a class="reference internal"
href="mxnet.np.ndarray.html#mxnet.np.ndarray.reshape"
title="mxnet.np.ndarray.reshape"><code class="xref py py-func docutils literal
notranslate"><span
class="pre">ndarray.reshape()</span></code></a></dt><dd><p>Equivalent
method.</p>
</dd>
</dl>
</div>
diff --git a/api/python/docs/objects.inv b/api/python/docs/objects.inv
index 5b501cf..5a05b64 100644
Binary files a/api/python/docs/objects.inv and b/api/python/docs/objects.inv
differ
diff --git a/api/python/docs/searchindex.js b/api/python/docs/searchindex.js
index 123f353..fac04be 100644
--- a/api/python/docs/searchindex.js
+++ b/api/python/docs/searchindex.js
@@ -1 +1 @@
-Search.setIndex({docnames:["api/autograd/index","api/context/index","api/contrib/autograd/index","api/contrib/index","api/contrib/io/index","api/contrib/ndarray/index","api/contrib/onnx/index","api/contrib/quantization/index","api/contrib/symbol/index","api/contrib/tensorboard/index","api/contrib/tensorrt/index","api/contrib/text/index","api/engine/index","api/executor/index","api/gluon/block","api/gluon/constant","api/gluon/contrib/index","api/gluon/data/index","api/gluon/data/vision/da
[...]
\ No newline at end of file
+Search.setIndex({docnames:["api/autograd/index","api/context/index","api/contrib/autograd/index","api/contrib/index","api/contrib/io/index","api/contrib/ndarray/index","api/contrib/onnx/index","api/contrib/quantization/index","api/contrib/symbol/index","api/contrib/tensorboard/index","api/contrib/tensorrt/index","api/contrib/text/index","api/engine/index","api/executor/index","api/gluon/block","api/gluon/constant","api/gluon/contrib/index","api/gluon/data/index","api/gluon/data/vision/da
[...]
\ No newline at end of file
diff --git a/date.txt b/date.txt
deleted file mode 100644
index 8c663b2..0000000
--- a/date.txt
+++ /dev/null
@@ -1 +0,0 @@
-Sat Oct 3 18:44:20 UTC 2020
diff --git a/feed.xml b/feed.xml
index 24871ca..6084c00 100644
--- a/feed.xml
+++ b/feed.xml
@@ -1 +1 @@
-<?xml version="1.0" encoding="utf-8"?><feed
xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/"
version="4.0.0">Jekyll</generator><link
href="https://mxnet.apache.org/versions/master/feed.xml" rel="self"
type="application/atom+xml" /><link
href="https://mxnet.apache.org/versions/master/" rel="alternate"
type="text/html"
/><updated>2020-10-03T18:33:00+00:00</updated><id>https://mxnet.apache.org/versions/master/feed.xml</id><title
type="html">Apache MXNet</title><su [...]
\ No newline at end of file
+<?xml version="1.0" encoding="utf-8"?><feed
xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/"
version="4.0.0">Jekyll</generator><link
href="https://mxnet.apache.org/versions/master/feed.xml" rel="self"
type="application/atom+xml" /><link
href="https://mxnet.apache.org/versions/master/" rel="alternate"
type="text/html"
/><updated>2020-10-04T00:33:03+00:00</updated><id>https://mxnet.apache.org/versions/master/feed.xml</id><title
type="html">Apache MXNet</title><su [...]
\ No newline at end of file
diff --git a/versions/master/api/python/docs/api/np/arrays.indexing.html
b/versions/master/api/python/docs/api/np/arrays.indexing.html
index cba5094..caba169 100644
--- a/versions/master/api/python/docs/api/np/arrays.indexing.html
+++ b/versions/master/api/python/docs/api/np/arrays.indexing.html
@@ -1477,8 +1477,8 @@ using <code class="xref py py-func docutils literal
notranslate"><span class="pr
<p>This advanced indexing occurs when obj is an array object of Boolean
type, such as may be returned from comparison operators. A single
boolean index array is practically identical to <code class="docutils literal
notranslate"><span class="pre">x[obj.nonzero()]</span></code> where,
-as described above, <a class="reference internal"
href="generated/mxnet.np.ndarray.nonzero.html#mxnet.np.ndarray.nonzero"
title="mxnet.np.ndarray.nonzero"><code class="xref py py-meth docutils literal
notranslate"><span class="pre">obj.nonzero()</span></code></a> returns a
-tuple (of length <a class="reference internal"
href="generated/mxnet.np.ndarray.ndim.html#mxnet.np.ndarray.ndim"
title="mxnet.np.ndarray.ndim"><code class="xref py py-attr docutils literal
notranslate"><span class="pre">obj.ndim</span></code></a>) of integer index
+as described above, <a class="reference internal"
href="generated/mxnet.np.ndarray.html#mxnet.np.ndarray.nonzero"
title="mxnet.np.ndarray.nonzero"><code class="xref py py-meth docutils literal
notranslate"><span class="pre">obj.nonzero()</span></code></a> returns a
+tuple (of length <a class="reference internal"
href="generated/mxnet.np.ndarray.html#mxnet.np.ndarray.ndim"
title="mxnet.np.ndarray.ndim"><code class="xref py py-attr docutils literal
notranslate"><span class="pre">obj.ndim</span></code></a>) of integer index
arrays showing the <code class="xref py py-const docutils literal
notranslate"><span class="pre">True</span></code> elements of <em>obj</em>.
However, it is
faster when <code class="docutils literal notranslate"><span
class="pre">obj.shape</span> <span class="pre">==</span> <span
class="pre">x.shape</span></code>.</p>
<p>If <code class="docutils literal notranslate"><span
class="pre">obj.ndim</span> <span class="pre">==</span> <span
class="pre">x.ndim</span></code>, <code class="docutils literal
notranslate"><span class="pre">x[obj]</span></code> returns a 1-dimensional
array
diff --git a/versions/master/api/python/docs/api/np/arrays.ndarray.html
b/versions/master/api/python/docs/api/np/arrays.ndarray.html
index 8f649b4..09a82d9 100644
--- a/versions/master/api/python/docs/api/np/arrays.ndarray.html
+++ b/versions/master/api/python/docs/api/np/arrays.ndarray.html
@@ -1375,7 +1375,7 @@ of the array:</p>
<tr class="row-odd"><td><p><a class="reference internal"
href="generated/mxnet.np.ndarray.html#mxnet.np.ndarray.shape"
title="mxnet.np.ndarray.shape"><code class="xref py py-obj docutils literal
notranslate"><span class="pre">ndarray.shape</span></code></a></p></td>
<td><p>Tuple of array dimensions.</p></td>
</tr>
-<tr class="row-even"><td><p><a class="reference internal"
href="generated/mxnet.np.ndarray.ndim.html#mxnet.np.ndarray.ndim"
title="mxnet.np.ndarray.ndim"><code class="xref py py-obj docutils literal
notranslate"><span class="pre">ndarray.ndim</span></code></a></p></td>
+<tr class="row-even"><td><p><a class="reference internal"
href="generated/mxnet.np.ndarray.html#mxnet.np.ndarray.ndim"
title="mxnet.np.ndarray.ndim"><code class="xref py py-obj docutils literal
notranslate"><span class="pre">ndarray.ndim</span></code></a></p></td>
<td><p>Number of array dimensions.</p></td>
</tr>
<tr class="row-odd"><td><p><a class="reference internal"
href="generated/mxnet.np.ndarray.html#mxnet.np.ndarray.size"
title="mxnet.np.ndarray.size"><code class="xref py py-obj docutils literal
notranslate"><span class="pre">ndarray.size</span></code></a></p></td>
@@ -1496,7 +1496,7 @@ replaced with <code class="docutils literal
notranslate"><span class="pre">n</sp
<col style="width: 90%" />
</colgroup>
<tbody>
-<tr class="row-odd"><td><p><a class="reference internal"
href="generated/mxnet.np.ndarray.reshape.html#mxnet.np.ndarray.reshape"
title="mxnet.np.ndarray.reshape"><code class="xref py py-obj docutils literal
notranslate"><span class="pre">ndarray.reshape</span></code></a>(*args,
**kwargs)</p></td>
+<tr class="row-odd"><td><p><a class="reference internal"
href="generated/mxnet.np.ndarray.html#mxnet.np.ndarray.reshape"
title="mxnet.np.ndarray.reshape"><code class="xref py py-obj docutils literal
notranslate"><span class="pre">ndarray.reshape</span></code></a>(*args,
**kwargs)</p></td>
<td><p>Returns a copy of the array with a new shape.</p></td>
</tr>
<tr class="row-even"><td><p><a class="reference internal"
href="generated/mxnet.np.ndarray.html#mxnet.np.ndarray.transpose"
title="mxnet.np.ndarray.transpose"><code class="xref py py-obj docutils literal
notranslate"><span
class="pre">ndarray.transpose</span></code></a>(*axes)</p></td>
@@ -1530,13 +1530,13 @@ the operation should proceed.</p>
<col style="width: 90%" />
</colgroup>
<tbody>
-<tr class="row-odd"><td><p><a class="reference internal"
href="generated/mxnet.np.ndarray.nonzero.html#mxnet.np.ndarray.nonzero"
title="mxnet.np.ndarray.nonzero"><code class="xref py py-obj docutils literal
notranslate"><span class="pre">ndarray.nonzero</span></code></a>()</p></td>
+<tr class="row-odd"><td><p><a class="reference internal"
href="generated/mxnet.np.ndarray.html#mxnet.np.ndarray.nonzero"
title="mxnet.np.ndarray.nonzero"><code class="xref py py-obj docutils literal
notranslate"><span class="pre">ndarray.nonzero</span></code></a>()</p></td>
<td><p>Return the indices of the elements that are non-zero.</p></td>
</tr>
<tr class="row-even"><td><p><a class="reference internal"
href="generated/mxnet.np.ndarray.html#mxnet.np.ndarray.take"
title="mxnet.np.ndarray.take"><code class="xref py py-obj docutils literal
notranslate"><span class="pre">ndarray.take</span></code></a>(indices[, axis,
mode])</p></td>
<td><p>Convenience fluent method for <code class="xref py py-func docutils
literal notranslate"><span class="pre">take()</span></code>.</p></td>
</tr>
-<tr class="row-odd"><td><p><a class="reference internal"
href="generated/mxnet.np.ndarray.repeat.html#mxnet.np.ndarray.repeat"
title="mxnet.np.ndarray.repeat"><code class="xref py py-obj docutils literal
notranslate"><span class="pre">ndarray.repeat</span></code></a>(repeats[,
axis])</p></td>
+<tr class="row-odd"><td><p><a class="reference internal"
href="generated/mxnet.np.ndarray.html#mxnet.np.ndarray.repeat"
title="mxnet.np.ndarray.repeat"><code class="xref py py-obj docutils literal
notranslate"><span class="pre">ndarray.repeat</span></code></a>(repeats[,
axis])</p></td>
<td><p>Repeat elements of an array.</p></td>
</tr>
</tbody>
@@ -1620,7 +1620,7 @@ be performed.</p>
<tr class="row-even"><td><p><a class="reference internal"
href="generated/mxnet.np.ndarray.html#mxnet.np.ndarray.argmax"
title="mxnet.np.ndarray.argmax"><code class="xref py py-obj docutils literal
notranslate"><span class="pre">ndarray.argmax</span></code></a>([axis,
out])</p></td>
<td><p>Return indices of the maximum values along the given axis.</p></td>
</tr>
-<tr class="row-odd"><td><p><a class="reference internal"
href="generated/mxnet.np.ndarray.min.html#mxnet.np.ndarray.min"
title="mxnet.np.ndarray.min"><code class="xref py py-obj docutils literal
notranslate"><span class="pre">ndarray.min</span></code></a>([axis, out,
keepdims])</p></td>
+<tr class="row-odd"><td><p><a class="reference internal"
href="generated/mxnet.np.ndarray.html#mxnet.np.ndarray.min"
title="mxnet.np.ndarray.min"><code class="xref py py-obj docutils literal
notranslate"><span class="pre">ndarray.min</span></code></a>([axis, out,
keepdims])</p></td>
<td><p>Convenience fluent method for <a class="reference internal"
href="generated/mxnet.np.min.html#mxnet.np.min" title="mxnet.np.min"><code
class="xref py py-func docutils literal notranslate"><span
class="pre">min()</span></code></a>.</p></td>
</tr>
<tr class="row-even"><td><p><a class="reference internal"
href="generated/mxnet.np.ndarray.html#mxnet.np.ndarray.argmin"
title="mxnet.np.ndarray.argmin"><code class="xref py py-obj docutils literal
notranslate"><span class="pre">ndarray.argmin</span></code></a>([axis,
out])</p></td>
@@ -1635,7 +1635,7 @@ be performed.</p>
<tr class="row-odd"><td><p><a class="reference internal"
href="generated/mxnet.np.ndarray.html#mxnet.np.ndarray.mean"
title="mxnet.np.ndarray.mean"><code class="xref py py-obj docutils literal
notranslate"><span class="pre">ndarray.mean</span></code></a>([axis, dtype,
out, keepdims])</p></td>
<td><p>Returns the average of the array elements along given axis.</p></td>
</tr>
-<tr class="row-even"><td><p><a class="reference internal"
href="generated/mxnet.np.ndarray.prod.html#mxnet.np.ndarray.prod"
title="mxnet.np.ndarray.prod"><code class="xref py py-obj docutils literal
notranslate"><span class="pre">ndarray.prod</span></code></a>([axis, dtype,
out, keepdims])</p></td>
+<tr class="row-even"><td><p><a class="reference internal"
href="generated/mxnet.np.ndarray.html#mxnet.np.ndarray.prod"
title="mxnet.np.ndarray.prod"><code class="xref py py-obj docutils literal
notranslate"><span class="pre">ndarray.prod</span></code></a>([axis, dtype,
out, keepdims])</p></td>
<td><p>Return the product of the array elements over the given axis.</p></td>
</tr>
<tr class="row-odd"><td><p><a class="reference internal"
href="generated/mxnet.np.ndarray.html#mxnet.np.ndarray.cumsum"
title="mxnet.np.ndarray.cumsum"><code class="xref py py-obj docutils literal
notranslate"><span class="pre">ndarray.cumsum</span></code></a>([axis, dtype,
out])</p></td>
diff --git
a/versions/master/api/python/docs/api/np/generated/mxnet.np.ndarray.html
b/versions/master/api/python/docs/api/np/generated/mxnet.np.ndarray.html
index dbf7c2e..d9938e3 100644
--- a/versions/master/api/python/docs/api/np/generated/mxnet.np.ndarray.html
+++ b/versions/master/api/python/docs/api/np/generated/mxnet.np.ndarray.html
@@ -1462,7 +1462,7 @@ methods and attributes of an array.</p>
<tr class="row-even"><td><p><a class="reference internal"
href="#mxnet.np.ndarray.mean" title="mxnet.np.ndarray.mean"><code class="xref
py py-obj docutils literal notranslate"><span
class="pre">mean</span></code></a>([axis, dtype, out, keepdims])</p></td>
<td><p>Returns the average of the array elements along given axis.</p></td>
</tr>
-<tr class="row-odd"><td><p><a class="reference internal"
href="mxnet.np.ndarray.min.html#mxnet.np.ndarray.min"
title="mxnet.np.ndarray.min"><code class="xref py py-obj docutils literal
notranslate"><span class="pre">min</span></code></a>([axis, out,
keepdims])</p></td>
+<tr class="row-odd"><td><p><a class="reference internal"
href="#mxnet.np.ndarray.min" title="mxnet.np.ndarray.min"><code class="xref py
py-obj docutils literal notranslate"><span
class="pre">min</span></code></a>([axis, out, keepdims])</p></td>
<td><p>Convenience fluent method for <a class="reference internal"
href="mxnet.np.min.html#mxnet.np.min" title="mxnet.np.min"><code class="xref py
py-func docutils literal notranslate"><span
class="pre">min()</span></code></a>.</p></td>
</tr>
<tr class="row-even"><td><p><a class="reference internal"
href="#mxnet.np.ndarray.nanprod" title="mxnet.np.ndarray.nanprod"><code
class="xref py py-obj docutils literal notranslate"><span
class="pre">nanprod</span></code></a>(*args, **kwargs)</p></td>
@@ -1471,7 +1471,7 @@ methods and attributes of an array.</p>
<tr class="row-odd"><td><p><a class="reference internal"
href="#mxnet.np.ndarray.nansum" title="mxnet.np.ndarray.nansum"><code
class="xref py py-obj docutils literal notranslate"><span
class="pre">nansum</span></code></a>(*args, **kwargs)</p></td>
<td><p>Convenience fluent method for <a class="reference internal"
href="#mxnet.np.ndarray.nansum" title="mxnet.np.ndarray.nansum"><code
class="xref py py-func docutils literal notranslate"><span
class="pre">nansum()</span></code></a>.</p></td>
</tr>
-<tr class="row-even"><td><p><a class="reference internal"
href="mxnet.np.ndarray.nonzero.html#mxnet.np.ndarray.nonzero"
title="mxnet.np.ndarray.nonzero"><code class="xref py py-obj docutils literal
notranslate"><span class="pre">nonzero</span></code></a>()</p></td>
+<tr class="row-even"><td><p><a class="reference internal"
href="#mxnet.np.ndarray.nonzero" title="mxnet.np.ndarray.nonzero"><code
class="xref py py-obj docutils literal notranslate"><span
class="pre">nonzero</span></code></a>()</p></td>
<td><p>Return the indices of the elements that are non-zero.</p></td>
</tr>
<tr class="row-odd"><td><p><a class="reference internal"
href="#mxnet.np.ndarray.norm" title="mxnet.np.ndarray.norm"><code class="xref
py py-obj docutils literal notranslate"><span
class="pre">norm</span></code></a>(*args, **kwargs)</p></td>
@@ -1489,7 +1489,7 @@ methods and attributes of an array.</p>
<tr class="row-odd"><td><p><a class="reference internal"
href="#mxnet.np.ndarray.pick" title="mxnet.np.ndarray.pick"><code class="xref
py py-obj docutils literal notranslate"><span
class="pre">pick</span></code></a>(*args, **kwargs)</p></td>
<td><p>Convenience fluent method for <a class="reference internal"
href="#mxnet.np.ndarray.pick" title="mxnet.np.ndarray.pick"><code class="xref
py py-func docutils literal notranslate"><span
class="pre">pick()</span></code></a>.</p></td>
</tr>
-<tr class="row-even"><td><p><a class="reference internal"
href="mxnet.np.ndarray.prod.html#mxnet.np.ndarray.prod"
title="mxnet.np.ndarray.prod"><code class="xref py py-obj docutils literal
notranslate"><span class="pre">prod</span></code></a>([axis, dtype, out,
keepdims])</p></td>
+<tr class="row-even"><td><p><a class="reference internal"
href="#mxnet.np.ndarray.prod" title="mxnet.np.ndarray.prod"><code class="xref
py py-obj docutils literal notranslate"><span
class="pre">prod</span></code></a>([axis, dtype, out, keepdims])</p></td>
<td><p>Return the product of the array elements over the given axis.</p></td>
</tr>
<tr class="row-odd"><td><p><a class="reference internal"
href="#mxnet.np.ndarray.radians" title="mxnet.np.ndarray.radians"><code
class="xref py py-obj docutils literal notranslate"><span
class="pre">radians</span></code></a>(*args, **kwargs)</p></td>
@@ -1504,10 +1504,10 @@ methods and attributes of an array.</p>
<tr class="row-even"><td><p><a class="reference internal"
href="#mxnet.np.ndarray.relu" title="mxnet.np.ndarray.relu"><code class="xref
py py-obj docutils literal notranslate"><span
class="pre">relu</span></code></a>(*args, **kwargs)</p></td>
<td><p>Convenience fluent method for <a class="reference internal"
href="#mxnet.np.ndarray.relu" title="mxnet.np.ndarray.relu"><code class="xref
py py-func docutils literal notranslate"><span
class="pre">relu()</span></code></a>.</p></td>
</tr>
-<tr class="row-odd"><td><p><a class="reference internal"
href="mxnet.np.ndarray.repeat.html#mxnet.np.ndarray.repeat"
title="mxnet.np.ndarray.repeat"><code class="xref py py-obj docutils literal
notranslate"><span class="pre">repeat</span></code></a>(repeats[,
axis])</p></td>
+<tr class="row-odd"><td><p><a class="reference internal"
href="#mxnet.np.ndarray.repeat" title="mxnet.np.ndarray.repeat"><code
class="xref py py-obj docutils literal notranslate"><span
class="pre">repeat</span></code></a>(repeats[, axis])</p></td>
<td><p>Repeat elements of an array.</p></td>
</tr>
-<tr class="row-even"><td><p><a class="reference internal"
href="mxnet.np.ndarray.reshape.html#mxnet.np.ndarray.reshape"
title="mxnet.np.ndarray.reshape"><code class="xref py py-obj docutils literal
notranslate"><span class="pre">reshape</span></code></a>(*args,
**kwargs)</p></td>
+<tr class="row-even"><td><p><a class="reference internal"
href="#mxnet.np.ndarray.reshape" title="mxnet.np.ndarray.reshape"><code
class="xref py py-obj docutils literal notranslate"><span
class="pre">reshape</span></code></a>(*args, **kwargs)</p></td>
<td><p>Returns a copy of the array with a new shape.</p></td>
</tr>
<tr class="row-odd"><td><p><a class="reference internal"
href="#mxnet.np.ndarray.reshape_like"
title="mxnet.np.ndarray.reshape_like"><code class="xref py py-obj docutils
literal notranslate"><span class="pre">reshape_like</span></code></a>(*args,
**kwargs)</p></td>
@@ -1663,7 +1663,7 @@ methods and attributes of an array.</p>
<tr class="row-even"><td><p><code class="xref py py-obj docutils literal
notranslate"><span class="pre">handle</span></code></p></td>
<td><p></p></td>
</tr>
-<tr class="row-odd"><td><p><a class="reference internal"
href="mxnet.np.ndarray.ndim.html#mxnet.np.ndarray.ndim"
title="mxnet.np.ndarray.ndim"><code class="xref py py-obj docutils literal
notranslate"><span class="pre">ndim</span></code></a></p></td>
+<tr class="row-odd"><td><p><a class="reference internal"
href="#mxnet.np.ndarray.ndim" title="mxnet.np.ndarray.ndim"><code class="xref
py py-obj docutils literal notranslate"><span
class="pre">ndim</span></code></a></p></td>
<td><p>Number of array dimensions.</p></td>
</tr>
<tr class="row-even"><td><p><a class="reference internal"
href="#mxnet.np.ndarray.shape" title="mxnet.np.ndarray.shape"><code class="xref
py py-obj docutils literal notranslate"><span
class="pre">shape</span></code></a></p></td>
diff --git
a/versions/master/api/python/docs/api/np/generated/mxnet.np.nonzero.html
b/versions/master/api/python/docs/api/np/generated/mxnet.np.nonzero.html
index d47ba43..e3f2bcc 100644
--- a/versions/master/api/python/docs/api/np/generated/mxnet.np.nonzero.html
+++ b/versions/master/api/python/docs/api/np/generated/mxnet.np.nonzero.html
@@ -1216,7 +1216,7 @@ which returns a row for each non-zero element.</p>
<div class="admonition seealso">
<p class="admonition-title">See also</p>
<dl class="simple">
-<dt><a class="reference internal"
href="mxnet.np.ndarray.nonzero.html#mxnet.np.ndarray.nonzero"
title="mxnet.np.ndarray.nonzero"><code class="xref py py-func docutils literal
notranslate"><span
class="pre">ndarray.nonzero()</span></code></a></dt><dd><p>Equivalent ndarray
method.</p>
+<dt><a class="reference internal"
href="mxnet.np.ndarray.html#mxnet.np.ndarray.nonzero"
title="mxnet.np.ndarray.nonzero"><code class="xref py py-func docutils literal
notranslate"><span
class="pre">ndarray.nonzero()</span></code></a></dt><dd><p>Equivalent ndarray
method.</p>
</dd>
</dl>
</div>
diff --git
a/versions/master/api/python/docs/api/np/generated/mxnet.np.reshape.html
b/versions/master/api/python/docs/api/np/generated/mxnet.np.reshape.html
index 2348741..8285a11 100644
--- a/versions/master/api/python/docs/api/np/generated/mxnet.np.reshape.html
+++ b/versions/master/api/python/docs/api/np/generated/mxnet.np.reshape.html
@@ -1232,7 +1232,7 @@ generated.</p>
<div class="admonition seealso">
<p class="admonition-title">See also</p>
<dl class="simple">
-<dt><a class="reference internal"
href="mxnet.np.ndarray.reshape.html#mxnet.np.ndarray.reshape"
title="mxnet.np.ndarray.reshape"><code class="xref py py-func docutils literal
notranslate"><span
class="pre">ndarray.reshape()</span></code></a></dt><dd><p>Equivalent
method.</p>
+<dt><a class="reference internal"
href="mxnet.np.ndarray.html#mxnet.np.ndarray.reshape"
title="mxnet.np.ndarray.reshape"><code class="xref py py-func docutils literal
notranslate"><span
class="pre">ndarray.reshape()</span></code></a></dt><dd><p>Equivalent
method.</p>
</dd>
</dl>
</div>
diff --git a/versions/master/api/python/docs/objects.inv
b/versions/master/api/python/docs/objects.inv
index 5b501cf..5a05b64 100644
Binary files a/versions/master/api/python/docs/objects.inv and
b/versions/master/api/python/docs/objects.inv differ
diff --git a/versions/master/api/python/docs/searchindex.js
b/versions/master/api/python/docs/searchindex.js
index 123f353..fac04be 100644
--- a/versions/master/api/python/docs/searchindex.js
+++ b/versions/master/api/python/docs/searchindex.js
@@ -1 +1 @@
-Search.setIndex({docnames:["api/autograd/index","api/context/index","api/contrib/autograd/index","api/contrib/index","api/contrib/io/index","api/contrib/ndarray/index","api/contrib/onnx/index","api/contrib/quantization/index","api/contrib/symbol/index","api/contrib/tensorboard/index","api/contrib/tensorrt/index","api/contrib/text/index","api/engine/index","api/executor/index","api/gluon/block","api/gluon/constant","api/gluon/contrib/index","api/gluon/data/index","api/gluon/data/vision/da
[...]
\ No newline at end of file
+Search.setIndex({docnames:["api/autograd/index","api/context/index","api/contrib/autograd/index","api/contrib/index","api/contrib/io/index","api/contrib/ndarray/index","api/contrib/onnx/index","api/contrib/quantization/index","api/contrib/symbol/index","api/contrib/tensorboard/index","api/contrib/tensorrt/index","api/contrib/text/index","api/engine/index","api/executor/index","api/gluon/block","api/gluon/constant","api/gluon/contrib/index","api/gluon/data/index","api/gluon/data/vision/da
[...]
\ No newline at end of file
diff --git a/versions/master/feed.xml b/versions/master/feed.xml
index 24871ca..6084c00 100644
--- a/versions/master/feed.xml
+++ b/versions/master/feed.xml
@@ -1 +1 @@
-<?xml version="1.0" encoding="utf-8"?><feed
xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/"
version="4.0.0">Jekyll</generator><link
href="https://mxnet.apache.org/versions/master/feed.xml" rel="self"
type="application/atom+xml" /><link
href="https://mxnet.apache.org/versions/master/" rel="alternate"
type="text/html"
/><updated>2020-10-03T18:33:00+00:00</updated><id>https://mxnet.apache.org/versions/master/feed.xml</id><title
type="html">Apache MXNet</title><su [...]
\ No newline at end of file
+<?xml version="1.0" encoding="utf-8"?><feed
xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/"
version="4.0.0">Jekyll</generator><link
href="https://mxnet.apache.org/versions/master/feed.xml" rel="self"
type="application/atom+xml" /><link
href="https://mxnet.apache.org/versions/master/" rel="alternate"
type="text/html"
/><updated>2020-10-04T00:33:03+00:00</updated><id>https://mxnet.apache.org/versions/master/feed.xml</id><title
type="html">Apache MXNet</title><su [...]
\ No newline at end of file