indhub closed pull request #11038: Added Module vs Gluon API FAQ URL: https://github.com/apache/incubator-mxnet/pull/11038
This is a PR merged from a forked repository. As GitHub hides the original diff on merge, it is displayed below for the sake of provenance: As this is a foreign pull request (from a fork), the diff is supplied below (as it won't show otherwise due to GitHub magic): diff --git a/docs/faq/index.md b/docs/faq/index.md index 3f42023fad5..ebe16e2bb99 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) ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
