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 2019/06/24 19:07:12 UTC

[GitHub] [incubator-mxnet] adc17 opened a new pull request #15340: Add fastText example

adc17 opened a new pull request #15340: Add fastText example
URL: https://github.com/apache/incubator-mxnet/pull/15340
 
 
   ## Description ##
   - Right now the CNN text classification example provides support for glove and word2vec embeddings. This PR extends that support to fastText.
   - Additionally, this PR updates the README.md instructions for running examples from the REPL.
   
   Resolves https://github.com/apache/incubator-mxnet/issues/14118
   
   ## Checklist ##
   ### Essentials ###
   - [ ] Changes are complete (i.e. I finished coding on this PR).
   - [ ] For new examples, README.md is added to explain what the example does, the source of the dataset, expected performance on test set and reference to the original paper if applicable.
   - [ ] To my best knowledge, examples are either not affected by this change, or have been fixed to be compatible with this change.
   
   ### Changes ###
   - [ ] CNN text classification (including docs)

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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