Skip to content

Resolve "[Add][Feature][Learning] Learning Rate Scheduler"

Maxence Naud requested to merge lrscheduler into learning

Closes #80 (closed)

Tasks

  • Flexible creation of update function
  • Common LRScheduler class
    • ConstantLR
    • StepLR
  • implement LR
    • LRScheduler::update() for each learning step
    • LRScheduler::lr_profiling() to predict lr evolution through epochs
  • implement warmup
  • unit-tests
Edited by Maxence Naud

Merge request reports