1. 01 4月, 2019 2 次提交
    • Y
      add SeResNeXt unittest (#16503) · 2e1e76e7
      Yan Xu 提交于
      * add seresnet unittest test=develop
      
      * add dropout layer test=develop
      
      * fix ci test=develop
      
      * fix comment test=develop
      
      * fix comment test=develop
      
      * fix ci test=develop
      
      * fix ci test=develop
      
      * fix ci
      
      * fix module name test=develop
      
      * run imperative serenext unit test serially test=develop
      2e1e76e7
    • C
      fix min and max bug (#16570) · feb1b54f
      chengduo 提交于
      test=develop
      feb1b54f
  2. 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
  3. 30 3月, 2019 3 次提交
  4. 29 3月, 2019 33 次提交