nswamy commented on a change in pull request #13411: [WIP] Gluon end to end tutorial URL: https://github.com/apache/incubator-mxnet/pull/13411#discussion_r237699132
########## File path: docs/tutorials/gluon/gluon_from_experiment_to_deploymen.md ########## @@ -0,0 +1,400 @@ +# Gluon: from experiment to deployment, an end to end example + +## Overview + +MXNet Gluon API comes with a lot of great features and it can provide you everything you need from experiment to deploy the model. +In this tutorial, we will walk you through a common used case on how to build a model using gluon, train it on your data, and deploy it for inference. Review comment: use case ---------------------------------------------------------------- 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
