1. 02 4月, 2019 3 次提交
  2. 01 4月, 2019 4 次提交
  3. 31 3月, 2019 2 次提交
    • Q
      Add linear learning warmup method in learning rate scheduler. (#16563) · 1ebd7434
      qingqing01 提交于
      * Add linear learning warmup method
      
      This warmup lr can be combinated with other learning rate strategies.
      For example:
                  decayed_lr = fluid.layers.linear_lr_warmup(
                      fluid.layers.piecewise_decay(boundaries, lr_steps),
                      warmup_steps, start_lr, end_lr)
      1ebd7434
    • W
      Batch norm cudnn accurate (#16545) · 22b02bfa
      Wu Yi 提交于
      * fix cudnn batch norm accuracy test=develop
      
      * fix cudnn batch norm accuracy test=develop
      
      * disable failed test for later fix test=develop
      22b02bfa
  4. 30 3月, 2019 4 次提交
  5. 29 3月, 2019 27 次提交