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 2017/12/18 19:15:43 UTC

[GitHub] safrooze opened a new pull request #9125: Fixed incorrect wording in mnist tutorial

safrooze opened a new pull request #9125: Fixed incorrect wording in mnist tutorial
URL: https://github.com/apache/incubator-mxnet/pull/9125
 
 
   * dimensions of weight and bias were incorrectly reported and the formula for FC layer didn't mention that weight is transposed.
   
   ## Description ##
   No functional change. Only changed the description of FC layer's math operation to match the FC internals (and FC API). This was reported in SO (https://stackoverflow.com/questions/41829833/on-the-page-http-mxnet-io-tutorials-python-mnist-html-the-weight-matrix-dimen)
   
   ## Checklist ##
   ### Essentials ###
   - [x] Passed code style checking (`make lint`)
   - [x] Changes are complete (i.e. I finished coding on this PR)
   - [ ] All changes have test coverage: Not Applicable
   - [ ] Code is well-documented: No Applicable
   - [x] To the my best knowledge, examples are either not affected by this change, or have been fixed to be compatible with this change
   
   ### Changes ###
   - [ ] mnist.md: Description of MLP is fixed to include correct formula for FC and correct dimensions of weight and bias.

----------------------------------------------------------------
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