You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by GitBox <gi...@apache.org> on 2018/09/13 01:23:14 UTC

[GitHub] ThomasDelteil opened a new pull request #12542: [WIP][MXNET-949] Module API to Gluon API tutorial

ThomasDelteil opened a new pull request #12542: [WIP][MXNET-949] Module API to Gluon API tutorial
URL: https://github.com/apache/incubator-mxnet/pull/12542
 
 
   ## Description ##
   Adding a tutorial to show the correspondance between Module and Gluon API to help users transition from the Module API to the Gluon one.
   
   ## Checklist ##
   ### Essentials ###
   Please feel free to remove inapplicable items for your PR.
   - [ ] The PR title starts with [MXNET-$JIRA_ID], where $JIRA_ID refers to the relevant [JIRA issue](https://issues.apache.org/jira/projects/MXNET/issues) created (except PRs with tiny changes)
   - [ ] Changes are complete (i.e. I finished coding on this PR)
   - [ ] All changes have test coverage:
   - [ ] Nightly tests are added for complicated/long-running ones (e.g. changing distributed kvstore)
   - [ ] Code is well-documented: 
   - For new examples, README.md is added to explain the what the example does, the source of the dataset, expected performance on test set and reference to the original paper if applicable
   - [ ] To the my best knowledge, examples are either not affected by this change, or have been fixed to be compatible with this change

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services