You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by in...@apache.org on 2018/05/24 23:52:37 UTC

[incubator-mxnet] branch master updated: Added Module vs Gluon API FAQ (#11038)

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

indhub 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 16216a8  Added Module vs Gluon API FAQ (#11038)
16216a8 is described below

commit 16216a88806d65c8f38d8e55dc7f219dc369f818
Author: Thom Lane <th...@gmail.com>
AuthorDate: Thu May 24 16:52:10 2018 -0700

    Added Module vs Gluon API FAQ (#11038)
---
 docs/faq/index.md | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/docs/faq/index.md b/docs/faq/index.md
index 3f42023..ebe16e2 100644
--- a/docs/faq/index.md
+++ b/docs/faq/index.md
@@ -5,6 +5,9 @@ They also include workflow questions, e.g., how to visualize a neural network co
 These answers are fairly focused. For more didactic, self-contained introductions to neural networks
 and full working examples, visit the [tutorials section](../tutorials/index.md).
 
+## API
+
+* [What's the difference between the Module and Gluon APIs for Python?](http://mxnet.io/api/python/index.html)
 
 ## Modeling
 * [How do I fine-tune pre-trained models to a new dataset?](http://mxnet.io/faq/finetune.html)

-- 
To stop receiving notification emails like this one, please contact
indhub@apache.org.