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/06 00:43:36 UTC

[GitHub] bzcheeseman opened a new pull request #12467: Add PolyScheduler which mimics the caffe polynomial lr scheduler

bzcheeseman opened a new pull request #12467: Add PolyScheduler which mimics the caffe polynomial lr scheduler
URL: https://github.com/apache/incubator-mxnet/pull/12467
 
 
   ## Description ##
   (Brief description on what this PR is about)
   In reproducing a network originally defined in Caffe, I realized that MXNet had no equivalent LR scheduler. As a user of MXNet, I would like to be able to use such an LR scheduler, so I added one.
   
   ## Checklist ##
   ### Essentials ###
   - [x] Changes are complete (i.e. I finished coding on this PR)
   - [ ] All changes have test coverage:
   - No tests exist currently for LR Scheduler(s), willing to add some if that is deemed useful.
   - [ ] Code is well-documented: 
   - Matches previous LR scheduler implementation, also willing to add some if deemed useful.
   - [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 ###
   - [x] Add `PolyScheduler` in `cpp-package/include/mxnet-cpp/lr_scheduler.h`
   
   ## Comments ##
   - Matches quite closely the FactorScheduler implementation just above, but am happy to make other changes.

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