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/01/08 07:24:37 UTC

[GitHub] safrooze opened a new pull request #9345: example/ctc improvements

safrooze opened a new pull request #9345: example/ctc improvements
URL: https://github.com/apache/incubator-mxnet/pull/9345
 
 
   ## Description ##
   Improved both readability and functionality of CTC example and combined warpctc and ctc into a single example.
   
   ## 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: N/A
   - [x] Code is well-documented: 
   - [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 ###
   - Modified example/ctc to include both sym.contrib.ctc_loss and sym.WarpCTC loss in one example
   - Added multiprocess CAPTCHA image generation to allow fast training
   - Reorganized the code into different files
   - Added code for inference by loading symbol and parameters from checkpoint
   - Removed predict_ocr.py script because:
     - It is broken, even after fixing the amalgamation library
     - Python interface of amalgamation library has dependency on mxnet.so, which defeats the purpose of using amalgamation
   - Updated README
   - Updated the associated tutorial
   - Removed speech_lstm tutorial since the associated example is already removed
   

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